LETP (Statement)


Assign a value to a position vector variable of position or homogeneous transform type.


LETP {<position variable>|<trans variable>} = <vector type>


This statement assigns the value of <vector type> on the right-hand side to the position vector variable of position or homogeneous transform type (<position variable> or <trans variable> on the left-hand side).



DEFTRN lt1, lt2
LETP lt1 = PVEC(lt2)
'Assign position vector lt2 to position vector variable lt1


Top