Rotate
Rotate(double, Vector3)
Döndürme açısı ve axis ile bir döndürme matrisi oluşturun
public static Matrix4 Rotate(double angle, Vector3 axis)
Parametre | Tip | Tanım |
---|---|---|
angle | Double | Radyan cinsinden dönüş açısı |
axis | Vector3 | Dönme ekseni |
Ayrıca bakınız
- struct Vector3
- struct Matrix4
- ad alanı Aspose.ThreeD.Utilities
- toplantı Aspose.3D
Rotate(Quaternion)
Bir quaternion ‘den bir döndürme matrisi oluşturun
public static Matrix4 Rotate(Quaternion q)
Parametre | Tip | Tanım |
---|---|---|
q | Quaternion | rotasyon dördey |
Ayrıca bakınız
- struct Quaternion
- struct Matrix4
- ad alanı Aspose.ThreeD.Utilities
- toplantı Aspose.3D