Copy the normal and constant from o into this.
o
void copyFrom(Plane o) { _normal.setFrom(o._normal); constant = o.constant; }