|
|
|
@ -114,6 +114,8 @@ glm::dvec3 orbitGetPositionVector(double r, double theta); |
|
|
|
|
|
|
|
|
|
|
|
glm::dvec3 orbitGetVelocityVector(double mu, double h, double e, double theta); |
|
|
|
glm::dvec3 orbitGetVelocityVector(double mu, double h, double e, double theta); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// NOTE: return transform from perifocal to grav body (IJK) coordinate system
|
|
|
|
|
|
|
|
// in column major format
|
|
|
|
glm::dmat3 orbitGetXForm(OrbitalElements elements); |
|
|
|
glm::dmat3 orbitGetXForm(OrbitalElements elements); |
|
|
|
|
|
|
|
|
|
|
|
inline double |
|
|
|
inline double |
|
|
|
|