Navigation
API > API/Plugins > API/Plugins/CelestialVault > API/Plugins/CelestialVault/UCelestialMaths
Description
Returns the Body location and velocity in the VSOP87 and FK5J2000 frames
This is a convenience function to keep a cache of a Body location (eg. Earth) and accelerate the computations when interested in several other bodies.
| Name | GetPlanetaryBodyKinematicState_AU |
| Type | function |
| Header File | /Engine/Plugins/Runtime/CelestialVault/Source/CelestialVault/Public/CelestialMaths.h |
| Include Path | #include "CelestialMaths.h" |
| Source | /Engine/Plugins/Runtime/CelestialVault/Source/CelestialVault/Private/CelestialMaths.cpp |
UFUNCTION (BlueprintCallable, Category="Celestial Vault|VSOP87")
static FPlanetaryBodyKinematicState GetPlanetaryBodyKinematicState_AU
(
double JulianDate,
EVSOP87BodyType VSOP87BodyType
)