Click or drag to resize

AtmosphericDragForceDefinedInAxes Property

Gets the Axes in which this force is defined. For drag, the Axes are taken from the fixed frame of the CentralBody used for the Density. Also note that while the drag force is defined in the fixed frame, forces are considered to be "inertial" for the purposes of Newtonian kinematics, and no kinematic transformation apart from a simple rotation is necessary when converting to an inertial frame. If the Density property is , then this property will also return .

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

Property Value

Type: Axes
See Also