RotateFromEuler

RotateFromEuler(Vector3)

Erstellen Sie eine Rotationsmatrix aus dem Euler-Winkel

public static Matrix4 RotateFromEuler(Vector3 eul)
ParameterTypBeschreibung
eulVector3Drehung im Bogenmaß

Siehe auch


RotateFromEuler(double, double, double)

Erstellen Sie eine Rotationsmatrix aus dem Euler-Winkel

public static Matrix4 RotateFromEuler(double rx, double ry, double rz)
ParameterTypBeschreibung
rxDoubleRotation in x-Achse im Bogenmaß
ryDoubleRotation in y-Achse im Bogenmaß
rzDoubleDrehung in z-Achse im Bogenmaß

Siehe auch