Public Member Functions | Public Attributes

kdtree::plane_t Struct Reference
[kd-tree Library]

a kdtree plane is always axis-aligned More...

#include <kdtree.h>

List of all members.

Public Member Functions

void clear (void) throw ()
bool isValid (void) const throw ()
void dump (IN const char *title) const throw ()

Public Attributes

eAxis axis
 which axis is normal to this plane
float value
 coordinate value along axis

Detailed Description

a kdtree plane is always axis-aligned

Definition at line 94 of file kdtree.h.


Member Function Documentation

void kdtree::plane_t::clear ( void   )  throw () [inline]

Definition at line 95 of file kdtree.h.


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