Plane copyFrom(Plane plane) { normal.setFrom(plane.normal); constant = plane.constant; return this; }