Click or drag to resize

KinematicTransformation Properties

The KinematicTransformation type exposes the following members.

Properties
  NameDescription
Public propertyRotation
Gets the relative rotation between the reference frames.
Public propertyRotationalAcceleration
Gets the rotational acceleration of the second reference frame relative to and expressed in the first reference frame. If this transformation does not include rotational acceleration information, an InvalidOperationException is thrown.
Public propertyRotationalMotion
Gets the rotational portion of this transformation.
Public propertyRotationalOrder
Gets the number of rotational motion derivatives described by this transformation. If this property is 0, only rotation information is available. If this property is 1 or above, rotational velocity information is available. If this property is 2 or above, rotational acceleration information is available. If this property is above 2, further derivatives are available.
Public propertyRotationalVelocity
Gets the rotational velocity of the second reference frame relative to and expressed in the first reference frame. If this transformation does not include rotational velocity information, an InvalidOperationException is thrown.
Public propertyTranslation
Gets the relative position vector between the reference frames.
Public propertyTranslationalAcceleration
Gets the relative acceleration vector between the reference frames.
Public propertyTranslationalMotion
Gets the translational portion of this transformation.
Public propertyTranslationalOrder
Gets the number of translational motion derivatives described by this transformation. If this property is 0, only position information is available. If this property is 1 or above, velocity information is available. If this property is 2 or above, acceleration information is available. If this property is above 2, further derivatives are available.
Public propertyTranslationalVelocity
Gets the relative velocity vector between the reference frames.
Top
See Also