GetAngle

Matrix3D.GetAngle method

Überträgt Rotation in Winkel (Grad)

public static double GetAngle(Rotation rotation)
ParameterTypBeschreibung
rotationRotationRotationswert.

Rückgabewert

Winkelwert.

Beispiele

double angle = Matrix.GetAngle(Rotation.on90);
Matrix m = Matrix.Rotation(angle);

Siehe auch