Skip to content

altitude not working when Projecting #108

Open
@NeedNot

Description

@NeedNot

no matter what altitude I give it it returns as if it was 0

   fun geodeticToCartesian(lat: Double, lon: Double, alt: Double): Point3d {

        val srcCoord = ProjCoordinate(lon, lat, alt)
        val targetCoord = ProjCoordinate()
        WGS84_TO_ECEF.transform(srcCoord, targetCoord)
    
        return Point3d(targetCoord.x, targetCoord.y, targetCoord.z)
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions