Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public ConstantForce(
	Axes definedInAxes,
	Cartesian force
)

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