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