ContinuousThrustForceModel Constructor (Vector, Axes) |
Initialize a new instance.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ContinuousThrustForceModel(
Vector thrustVector,
Axes integrationAxes
)
Public Sub New (
thrustVector As Vector,
integrationAxes As Axes
)
public:
ContinuousThrustForceModel(
Vector^ thrustVector,
Axes^ integrationAxes
)
new :
thrustVector : Vector *
integrationAxes : Axes -> ContinuousThrustForceModel
Parameters
- thrustVector
- Type: AGI.Foundation.GeometryVector
The thrust vector being applied. - integrationAxes
- Type: AGI.Foundation.GeometryAxes
The axes to integrate this force model in.
See Also