| KinematicTransformationTranslationalMotion Property  | 
 
            Gets the translational portion of this transformation.
            
 
    Namespace: 
   AGI.Foundation.Coordinates
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic 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: 
MotionCartesian See Also
See Also