AxesPropagationParameter Constructor (ReferenceFrame) |
Initializes a new instance with the given frame 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 AxesPropagationParameter(
ReferenceFrame frame
)
Public Sub New (
frame As ReferenceFrame
)
public:
AxesPropagationParameter(
ReferenceFrame^ frame
)
new :
frame : ReferenceFrame -> AxesPropagationParameter
Parameters
- frame
- Type: AGI.Foundation.GeometryReferenceFrame
The frame used to define the state during integration.
See Also