mirror of https://github.com/CGAL/cgal
Explain "in conflict"
This commit is contained in:
parent
81e2e215fa
commit
ac0c86dc40
|
|
@ -480,6 +480,9 @@ of all simplices are regular.
|
||||||
Note that as a result, some points can be hidden and do not result in vertices
|
Note that as a result, some points can be hidden and do not result in vertices
|
||||||
in the triangulation.
|
in the triangulation.
|
||||||
|
|
||||||
|
A weighted point `p` is said to be in conflict
|
||||||
|
with a cell `c` if it has a negative power distance to the power sphere of `c`.
|
||||||
|
|
||||||
Regular triangulations support insertion of weighted points,
|
Regular triangulations support insertion of weighted points,
|
||||||
and location of a query point inside the triangulation.
|
and location of a query point inside the triangulation.
|
||||||
Note that inserting a large set of points at once is much faster
|
Note that inserting a large set of points at once is much faster
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue