normalized method

Quaternion normalized()

Normalized copy of this.

Implementation

Quaternion normalized() => clone()..normalize();