
Chapter 15 Functions
15-43
POSRZ (Function)
Function
Extracts the Z-axis rotation component.
Format
POSRZ (<Position type>)
Explanation
This statement extracts the Z-axis rotation component from the position type
coordinates designated in <Position type>.
Related Terms
POSRX, POSRY
Example
DIM lf1 As Single
DIM lp1 As Position
lf1 = POSRZ(lp1) 'Assigns the Z-axis rotation component of lp1 to lf1.
Kommentare zu diesen Handbüchern