Matrix3D.GetAngle

Matrix3D.GetAngle method

Translates rotation into angle (degrees)

public static double GetAngle(Rotation rotation)
ParameterTypeDescription
rotationRotationRotation value.

Return Value

Angle value.

Examples

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

See Also