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: 25.1.421.0 (25.1.421.0)
Syntax
public ConstantForce(
	Axes definedInAxes,
	Cartesian force
)

Parameters

definedInAxes
Type: AGI.Foundation.Geometry.Axes
The axes that the force is represented in.
force
Type: AGI.Foundation.Coordinates.Cartesian
The direction and magnitude of the force.
See Also