Go to the source code of this file.
mag = 1/sqrt(plane.x*plane.x + plane.y*plane.y + plane.z*plane.z);\ plane.x *= mag;\ plane.y *= mag;\ plane.z *= mag;\ plane.w *= mag;