Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public OffAxisTorque(
	Vector thrustVector,
	Cartesian offset,
	Axes bodyAxes
)

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