Click or drag to resize

MotionT, TDerivative Properties

The MotionT, TDerivative generic type exposes the following members.

Properties
  NameDescription
Public propertyFirstDerivative
Gets the first derivative, if it is available.
Public propertyItem
Gets the indicated derivative of the motion. Index 1 retrieves the first derivative, if it exists. Index 2 retrieves the second derivative, if it exists. The number of available derivatives is indicated by the Order property.
Public propertyOrder
Gets the number of derivatives described by this instance.
Public propertySecondDerivative
Gets the second derivative, if it is available.
Public propertyValue
Gets the coordinate value.
Top
See Also