invert method

Vector2D invert()

Implementation

Vector2D invert() => .vec2(1.0/x, 1.0/y);