Alphabetical Class Index  Class Hierarchy   File Members   Compound Members   File List  

HPlaneKey Class Reference

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

#include <HGlobals.h>

List of all members.

Public Member Functions

 HPlaneKey (float const A=0, float const B=1, float const C=0, float const D=0)
 HPlaneKey (HVector const &normal, float const D)
 HPlaneKey (HPlane const &p)
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

Detailed Description

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.


The documentation for this class was generated from the following file: