normalize method

Pointer<Vector2C> normalize()

Implementation

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