AVEC (Function)


Extracts an approach vector.


AVEC (<Homogeneous transformation type>)


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



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


Top