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 >::intersection box_type  b1,
box_type  b2
[inline]
 

returns a box that represents the intersection of two boxes

if two boxes are disjoint, return an empty box

Definition at line 358 of file cgl.hpp.


Code Documentation generated Using Doxygen

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