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.2.419.0 (24.2.419.0)
Syntax public ConstantTorque(
Axes definedInAxes,
Cartesian torque
)
Public Sub New (
definedInAxes As Axes,
torque As Cartesian
)
public:
ConstantTorque(
Axes^ definedInAxes,
Cartesian torque
)
new :
definedInAxes : Axes *
torque : Cartesian -> ConstantTorque
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