Sets the given values to this 3D vector.
Vector3 set(double x, double y, double z ) { this.x = x; this.y = y; this.z = z; return this; }