OVEC (Function)


Extracts an orient vector.


OVEC (<Homogeneous transformation type>)


This statement extracts an orient vector from homogeneous transformation type coordinates.



DEFTRN lt1, lt2, lt3
DEFVEC lv1, lv2
lv1 = OVEC(lt1)
'Assigns the orient vector of lt1 to lv1.
lv2 = OVEC(lt2 * lt3)
'Assigns an orient vector with a value of (lt2 * lt3) to lv2.


Top