Click or drag to resize

ForceEvaluatorDefinedIn Property

Gets the Axes in which this force is defined. While a Newtonian force is only valid in an inertial frame, the coordinates in which this force is defined may be a fixed frame. If so, the torque should be rotated to transform the torque into a common Axes considered to be 'inertial' before applying them in equations of motion.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public abstract Axes DefinedIn { get; }

Property Value

Type: Axes
See Also