LETA
(Statement)
Assign a value to an approach vector variable of homogeneous transform type.
LETA <trans variable> = <vector type>
This statement assigns the value of <vector type> on the right-hand side to the approach vector variable of homogeneous transform type (<trans variable> on the left-hand side).
DEFTRN lt1, lt2, lt3
|
|
DEFVEC lv1, lv2
|
|
LETA lt1 = AVEC(lt3)
|
'Assign approach vector lt3 to approach vector variable lt1
|
LETA lt2 = lv1 x lv2
|
'Assign the value of (lv1 x lv2) to approach vector variable lt2
|