Click or drag to resize

ConstantTorque Constructor (Axes, Cartesian)

Initializes a new instance of the class.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ConstantTorque(
	Axes definedInAxes,
	Cartesian torque
)

Parameters

definedInAxes
Type: AGI.Foundation.GeometryAxes
The axes that the torque is represented in. These should be the IntegrationAxes of the PropagationEulerianAxes associated with the rigid body.
torque
Type: AGI.Foundation.CoordinatesCartesian
The direction and magnitude of the torque.
See Also