
15-24
15.6 Vector
AVEC (Function)
Function
Extracts an approach vector.
Format
AVEC (<Homogeneous transformation type>)
Explanation
This statement extracts an approach vector from homogeneous transformation
type coordinates.
Related Terms
OVEC, PVEC
Example
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.
Comentários a estes Manuais