Navigation
API > API/Plugins > API/Plugins/CelestialVault > API/Plugins/CelestialVault/UCelestialMaths
Description
Convert Geodetic Lat Lon to Geocentric XYZ position vector in ECEF coordinates, for the WGS84 Ellipsoid.
Be careful, XYZ coordinates are
- ECEF Coordinates in the ECEF Right-Handed Frame (not the Left-handed UE ones in UE Units)
- Expressed in Astronomical Units (AU)
| Name | GeodeticLatLonToECEFXYZAU |
| Type | function |
| Header File | /Engine/Plugins/Experimental/CelestialVault/Source/CelestialVault/Public/CelestialMaths.h |
| Include Path | #include "CelestialMaths.h" |
| Source | /Engine/Plugins/Experimental/CelestialVault/Source/CelestialVault/Private/CelestialMaths.cpp |
UFUNCTION (BlueprintCallable, Category="Celestial Vault|Earth")
static FVector GeodeticLatLonToECEFXYZAU
(
double Latitude,
double Longitude,
double Altitude
)