KinematicTransformationTranslationalMotion Property |
Gets the translational portion of this transformation.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Motion<Cartesian> TranslationalMotion { get; }
Public ReadOnly Property TranslationalMotion As Motion(Of Cartesian)
Get
public:
property Motion<Cartesian> TranslationalMotion {
Motion<Cartesian> get ();
}
member TranslationalMotion : Motion<Cartesian> with get
Property Value
Type:
MotionCartesianSee Also