
Chapter 10 Assignment Statements
10-7
10.5 Posture
LETR (Statement)
Function
Assigns a value to three rotation components of the position type.
Format
LETR <Position type variable> = <Vector type>
Explanation
The statement starts with LETR and the right side of the expression is a vector.
By the execution of this assignment, the figure of <Position type variable> is
changed to <Vector type>.
Related Terms
LETP, LETRX, LETRY, LETRZ
Example
DEFPOS lp1, lp2
LETR lp1 = RVEC(lp2) 'Assigns the figure of lp2 to that of lp1.
Commenti su questo manuale