Vizard 7 » Command Index » Vizard objects » transform » <transform>.makeEuler
7.6

<transform>.makeEuler

Set the matrix to an euler rotation

<transform>.makeEuler(  
[yaw,ptich,roll]  
)  
[yaw,ptich,roll]
Euler rotation

Remarks

This command will set the matrix to represent a rotation matrix with the specified euler.

Return Value

None

Example

X = vizmat.Transform()
X.makeEuler(90,-45,0)