Sets the given values to this plane.
Plane set(Vector3 normal, double constant ) { this.normal = normal; this.constant = constant; return this; }