ConstantForce 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 ConstantForce(
Axes definedInAxes,
Cartesian force
)
Public Sub New (
definedInAxes As Axes,
force As Cartesian
)
public:
ConstantForce(
Axes^ definedInAxes,
Cartesian force
)
new :
definedInAxes : Axes *
force : Cartesian -> ConstantForce
Parameters
- definedInAxes
- Type: AGI.Foundation.GeometryAxes
The axes that the force is represented in. - force
- Type: AGI.Foundation.CoordinatesCartesian
The direction and magnitude of the force.
See Also