Vector2Normalize method

Vector2D Vector2Normalize(
  1. Vector2D v
)

Implementation

Vector2D Vector2Normalize(Vector2D v)
  => v.normalize();