mirror of https://github.com/CGAL/cgal
accelerate distance queries for offset meshing
This commit is contained in:
parent
3bef130e4c
commit
8a39c99557
|
|
@ -51,7 +51,9 @@ public:
|
|||
, m_side_of_ptr( new Side_of(*m_tree_ptr) )
|
||||
, m_offset_distance(offset_distance)
|
||||
, m_is_closed( is_closed(tm) )
|
||||
{}
|
||||
{
|
||||
m_tree_ptr->accelerate_distance_queries();
|
||||
}
|
||||
|
||||
double operator()(const typename GeomTraits::Point_3& p) const
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue