HPlaneKey

Functions

HPlaneKey

HPlaneKey

HPlaneKey

bool

operator

bool

operator==

bool

operator>=

bool

operator>

bool

operator

bool

operator!=

Detailed Description

class HPlaneKey : public HPlane

The HPlaneKey class is the data type of a plane that can be used as a key in STL containers.

The HPlane class encapsulates the a, b, c and d parameters of the plane equation.

Public Functions

inline HPlaneKey(float const A = 0, float const B = 1, float const C = 0, float const D = 0)
inline HPlaneKey(HVector const &normal, float const D)
inline HPlaneKey(HPlane const &p)
inline bool operator<(HPlane const &rhs) const
inline bool operator==(HPlane const &rhs) const
inline bool operator>=(HPlane const &rhs) const
inline bool operator>(HPlane const &rhs) const
inline bool operator<=(HPlane const &rhs) const
inline bool operator!=(HPlane const &rhs) const