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.2.419.0 (24.2.419.0)
Syntax public VectorPropagationParameter(
Axes axes
)
Public Sub New (
axes As Axes
)
public:
VectorPropagationParameter(
Axes^ axes
)
new :
axes : Axes -> VectorPropagationParameter
Parameters
- axes
- Type: AGI.Foundation.GeometryAxes
The axes used to define the state during integration.
See Also