Click or drag to resize

VectorPropagationParameter Constructor (Axes)

Initializes a new instance with the given axes of integration.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public VectorPropagationParameter(
	Axes axes
)

Parameters

axes
Type: AGI.Foundation.GeometryAxes
The axes used to define the state during integration.
See Also