int orbitInit(Frame &target, Frame &planet, double mu, double a, double e, double i, double RAAN, double w, double f)
Function to initialize a body's position and velocity from an orbit.
Definition stateinit.cpp:44
int frameRelativeInit(Frame &target, Frame &reference, const CartesianVector3 &pos_tgt_ref__ref, const CartesianVector3 &vel_tgt_ref__ref)
Function to initialize frame target relative to freame reference inertially.
Definition stateinit.cpp:22