normalize method

Pointer<Vector3C> normalize()

Implementation

Pointer<Vector3C> normalize() { ref.normalize(); return this; }