Return a displacement component of a given transformation value.
|
Transformation value from which a component is desired. This can be a function, a variable, or a compound transformation. |
These three functions return the respective displacement components of the specified transformation value.
Consider a transformation start with the following components:
125, 250, -50, 135, 50, 75
The following function references will then yield the indicated values:
DX(start) ;Returns 125.00
DY(start) ;Returns 250.00
DZ(start) ;Returns -50.00
RX, RY, RZ transformation functions