RotateFromEuler
Matrix4.RotateFromEuler method (1 of 2)
Create a rotation matrix from Euler angle
public static Matrix4 RotateFromEuler(Vector3 eul)
Parameter | Type | Description |
---|---|---|
eul | Vector3 | Rotation in radian |
See Also
- struct Vector3
- struct Matrix4
- namespace Aspose.ThreeD.Utilities
- assembly Aspose.3D
Matrix4.RotateFromEuler method (2 of 2)
Create a rotation matrix from Euler angle
public static Matrix4 RotateFromEuler(double rx, double ry, double rz)
Parameter | Type | Description |
---|---|---|
rx | Double | Rotation in x axis in radian |
ry | Double | Rotation in y axis in radian |
rz | Double | Rotation in z axis in radian |
See Also
- struct Matrix4
- namespace Aspose.ThreeD.Utilities
- assembly Aspose.3D