POSRY (Function)


Extracts the Y-axis rotation component.


POSRY (<Position type>)


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



DIM lf1 As Single
DIM lp1 As Position
lf1 = POSRY(lp1)
'Assigns the Y-axis rotation component of lp1 to lf1.


Top