OffAxisTorque Constructor (Vector, Cartesian, Axes) |
Initializes a model of the torque generated by a thruster that is not aligned with the center of mass of a vehicle.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public OffAxisTorque(
Vector thrustVector,
Cartesian offset,
Axes bodyAxes
)
Public Sub New (
thrustVector As Vector,
offset As Cartesian,
bodyAxes As Axes
)
public:
OffAxisTorque(
Vector^ thrustVector,
Cartesian offset,
Axes^ bodyAxes
)
new :
thrustVector : Vector *
offset : Cartesian *
bodyAxes : Axes -> OffAxisTorque
Parameters
- thrustVector
- Type: AGI.Foundation.GeometryVector
The direction of the thrust. - offset
- Type: AGI.Foundation.CoordinatesCartesian
The body-fixed position of the thruster with respect to the center of mass of the vehicle. - bodyAxes
- Type: AGI.Foundation.GeometryAxes
The body axes of the thrusting vehicle.These should be
the IntegrationAxes
of the PropagationEulerianAxes associated with the thrusting vehicle.
See Also