CurrentValue | Computes the System position and velocity, quaternion, and angular rate in reference components (in internal units) at the interface's current time. |
CurrentValue_Array | Computes the System position and velocity, quaternion, and angular rate in reference components (in internal units) at the interface's current time, returned as an array representing x, y, z, vx, vy, vz, q1, q2, q3, q4, wx, wy, wz. Useful for scripting clients. |
Evaluate | Computes the System position and velocity, quaternion, and angular rate in reference components (in internal units) at the given time |
Evaluate_Array | Computes the System position and velocity, quaternion, and angular rate in reference components (in internal units) at the given time returned as an array representing x, y, z, vx, vy, vz, q1, q2, q3, q4, wx, wy, wz. Useful for scripting clients. |
TransformComponents | Transforms vector components given wrt System into those wrt RefSystem at the interface's current time. |
TransformComponentsAtEpoch | Transforms vector components given wrt System into those wrt RefSystem at the given time. |
TransformComponentsAtEpoch_Array | Transforms vector components given wrt System into those wrt RefSystem at the given time, returned as an array representing x, y, z, vx, vy, vz. Useful for scripting clients. |
TransformComponents_Array | Transforms vector components given wrt System into those wrt RefSystem at the interface's current time, returned as an array representing x, y, z, vx, vy, vz. Useful for scripting clients. |