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