Click or drag to resize

ContinuousThrustForceModel Constructor (Vector, Axes)

Initialize a new instance.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public ContinuousThrustForceModel(
	Vector thrustVector,
	Axes integrationAxes
)

Parameters

thrustVector
Type: AGI.Foundation.Geometry.Vector
The thrust vector being applied.
integrationAxes
Type: AGI.Foundation.Geometry.Axes
The axes to integrate this force model in.
See Also