invert method

Vector3D invert()

Implementation

Vector3D invert() => .vec3(1.0/x, 1.0/y, 1.0/z);