POST
(Function)

Extracts the T-axis rotation component.

POST (<Position type>)

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

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