POSRZ
(Function)

Extracts the Z-axis rotation component.

POSRZ (<Position type>)

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

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