AffineTransform.Rotation

AffineTransform.Rotation property

Gets the rotation.

public Quaternion Rotation { get; }

Exceptions

exceptioncondition
InvalidOperationExceptionWhen the internal representation is a Matrix and cannot be decomposed.

See Also