Click or drag to resize

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: 24.1.418.0 (24.1.418.0)
Syntax
public PointPropagationParameter(
	ReferenceFrame frame
)

Parameters

frame
Type: AGI.Foundation.GeometryReferenceFrame
The frame used to define the state during integration.
See Also