POSRX
(Function)

Extracts the X-axis rotation component.

POSRX (<Position type>)

This statement extracts the X-axis rotation component from the position type coordinates designated in <Position type>.

DIM lf1 As Single
|
|
DIM lp1 As Position
|
|
lf1 = POSRX(lp1)
|
'Assigns the X-axis rotation component of lp1 to lf1.
|