Copies all values from the given plane to this plane.
Plane copy(Plane plane ) { normal.copy( plane.normal ); constant = plane.constant; return this; }