Space-efficient geometric algorithms and data structures

By Ilya Katz and Hervé Brönnimann    

template<class NT, std::size_t N = 2>
box_type cgl< NT, N >::make_box point_type  ll,
point_type  ur
[inline]
 

returns an open box

This means that the upper horizontal and right vertical edges are not included in the box if ll is to the right or below of ur, return an empty box

Definition at line 177 of file cgl.hpp.


Code Documentation generated Using Doxygen

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