#include <HGlobals.h>
Public Member Functions | |
HPlaneKey (HPlane const &p) | |
HPlaneKey (HVector const &normal, float const D) | |
HPlaneKey (float const A=0, float const B=1, float const C=0, float const D=0) | |
bool | operator!= (HPlane const &rhs) const |
bool | operator< (HPlane const &rhs) const |
bool | operator<= (HPlane const &rhs) const |
bool | operator== (HPlane const &rhs) const |
bool | operator> (HPlane const &rhs) const |
bool | operator>= (HPlane const &rhs) const |
The HPlane class encapsulates the a, b, c and d parameters of the plane equation.