
Chapter 15 Functions
15-25
OVEC (Function)
Function
Extracts an orient vector.
Format
OVEC (<Homogeneous transformation type>)
Explanation
This statement extracts an orient vector from homogeneous transformation
type coordinates.
Related Terms
AVEC, PVEC
Example
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.
Commenti su questo manuale