Plane set(Vector3 normal, double constant) { this.normal.copy(normal); this.constant = constant; return this; }