negate method

Vector3D negate()

Implementation

Vector3D negate() => .vec3(-x, -y, -z);