invert method

Vector4D invert()

Implementation

Vector4D invert() => .vec4(1.0/x, 1.0/y, 1.0/z, 1.0/w);