RotateFromEuler
RotateFromEuler(Vector3)
Maak een rotatiematrix van Euler-hoek
public static Matrix4 RotateFromEuler(Vector3 eul)
| Parameter | Type | Beschrijving |
|---|---|---|
| eul | Vector3 | Rotatie in radialen |
Zie ook
- struct Vector3
- struct Matrix4
- naamruimte Aspose.ThreeD.Utilities
- montage Aspose.3D
RotateFromEuler(double, double, double)
Maak een rotatiematrix van Euler-hoek
public static Matrix4 RotateFromEuler(double rx, double ry, double rz)
| Parameter | Type | Beschrijving |
|---|---|---|
| rx | Double | Rotatie in x-as in radialen |
| ry | Double | Rotatie in y-as in radialen |
| rz | Double | Rotatie in z-as in radialen |
Zie ook
- struct Matrix4
- naamruimte Aspose.ThreeD.Utilities
- montage Aspose.3D