asRotationMatrix method

Matrix3 asRotationMatrix ()

Returns a rotation matrix containing the same rotation as this.

Implementation

Matrix3 asRotationMatrix() => copyRotationInto(new Matrix3.zero());