normalized method

Vector3 normalized()

Normalizes copy of this.

Implementation

Vector3 normalized() => Vector3.copy(this)..normalize();