asRotationMatrix method
Returns a rotation matrix containing the same rotation as this.
Implementation
Matrix3 asRotationMatrix() => copyRotationInto(Matrix3.zero());
Returns a rotation matrix containing the same rotation as this.
Matrix3 asRotationMatrix() => copyRotationInto(Matrix3.zero());