Defines

src/util/header/frustum.inl File Reference

Go to the source code of this file.

Defines

#define NORM(plane)

Define Documentation

#define NORM (   plane  ) 
Value:
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;