CartesianOnePointPropagator.GetMotionReferenceFrame 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: 25.1.421.0 (25.1.421.0)
Syntaxprotected 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