| MotionT Properties | 
The MotionT generic type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | FirstDerivative | 
            Gets the first derivative, if it is available.
             | 
|  | Item | 
            Gets the indicated component of the motion.
            Index 0 retrieves the coordinate value.  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.
             | 
|  | Order | 
            Gets the number of derivatives described by this instance.
             | 
|  | SecondDerivative | 
            Gets the second derivative, if it is available.
             | 
|  | Value | 
            Gets the value of the coordinate.
             | 
 See Also
See Also