CartesianOnePointPropagatorGetMotionReferenceFrame Method |
Gets the reference frame in which the motion is defined.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax protected abstract ReferenceFrame GetMotionReferenceFrame()
Protected MustOverride Function GetMotionReferenceFrame As ReferenceFrame
protected:
virtual ReferenceFrame^ GetMotionReferenceFrame() abstract
abstract GetMotionReferenceFrame : unit -> ReferenceFrame
Return Value
Type:
ReferenceFrameThe reference frame.
See Also