Space-efficient geometric algorithms and data structures

By Ilya Katz and Hervé Brönnimann    

template<class NT, std::size_t N = 2>
enum cgl::side
 

a plane is defined by 2 points and side (top or bottom)

If two points that make define a half plane make a veritical line, TOP is defined to be pointing to the left, and inversly, BOTTOM points to the right

Enumerator:
TOP 
BOTTOM 

Definition at line 46 of file cgl.hpp.


Code Documentation generated Using Doxygen

Copyright © Ilya Katz and Hervé Brönnimann, 2005, 2006.