Rotate
Rotate(double, Vector3)
Maak een rotatiematrix op basis van rotatiehoek en as
public static Matrix4 Rotate(double angle, Vector3 axis)
Parameter | Type | Beschrijving |
---|---|---|
angle | Double | Roteer hoek in radialen |
axis | Vector3 | Rotatie as |
Zie ook
- struct Vector3
- struct Matrix4
- naamruimte Aspose.ThreeD.Utilities
- montage Aspose.3D
Rotate(Quaternion)
Maak een rotatiematrix van een quaternion
public static Matrix4 Rotate(Quaternion q)
Parameter | Type | Beschrijving |
---|---|---|
q | Quaternion | Rotatie quaternion |
Zie ook
- struct Quaternion
- struct Matrix4
- naamruimte Aspose.ThreeD.Utilities
- montage Aspose.3D