PointPropagationParameter 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic PointPropagationParameter(
ReferenceFrame frame
)
Public Sub New (
frame As ReferenceFrame
)
public:
PointPropagationParameter(
ReferenceFrame^ frame
)
new :
frame : ReferenceFrame -> PointPropagationParameter
Parameters
- frame
- Type: AGI.Foundation.Geometry.ReferenceFrame
The frame used to define the state during integration.
See Also