Rotate

Rotate(double, Vector3)

Erstellen Sie eine Rotationsmatrix nach Rotationswinkel und Achse

public static Matrix4 Rotate(double angle, Vector3 axis)
ParameterTypBeschreibung
angleDoubleDrehwinkel im Bogenmaß
axisVector3Rotationsachse

Siehe auch


Rotate(Quaternion)

Erstellen Sie eine Rotationsmatrix aus einem Quaternion

public static Matrix4 Rotate(Quaternion q)
ParameterTypBeschreibung
qQuaternionRotationsquaternion

Siehe auch