Plane setComponents(double x, double y, double z, double w) { normal.setValues(x, y, z); constant = w; return this; }