mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 21:10:33 +05:00
use convex hulls
This commit is contained in:
parent
40bb7d7c61
commit
1d70dcf08b
@ -110,6 +110,11 @@ namespace netgen
|
||||
return curv;
|
||||
}
|
||||
|
||||
virtual bool InConvexHull (Point<2> p, double eps) const
|
||||
{
|
||||
return seg.InConvexHull (p, eps);
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user