
Chapter 15 Functions
15-41
15.12 Rotation Component
POSRX (Function)
Function
Extracts the X-axis rotation component.
Format
POSRX (<Position type>)
Explanation
This statement extracts the X-axis rotation component from the position type
coordinates designated in <Position type>.
Related Terms
POSRY, POSRZ
Example
DIM lf1 As Single
DIM lp1 As Position
lf1 = POSRX(lp1) 'Assigns the X-axis rotation component of lp1 to lf1.
Comentarios a estos manuales