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

returns the hull of two boxes

returns smallest box b3, such that contains(b1,b3) is true and contains(b2,b3) is true

Definition at line 342 of file cgl.hpp.


Code Documentation generated Using Doxygen

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