Document new ON_VERTEX insertion behavior

This commit is contained in:
Marc Glisse 2024-02-09 15:54:59 +01:00
parent 86e0943dd0
commit e1442ecefb
2 changed files with 3 additions and 4 deletions

View File

@ -125,8 +125,8 @@ value of `lt`:
<DT><B>`OUTSIDE_AFFINE_HULL`</B><DD> Point <DT><B>`OUTSIDE_AFFINE_HULL`</B><DD> Point
`p` is inserted so as to increase the current dimension of the Delaunay `p` is inserted so as to increase the current dimension of the Delaunay
triangulation. triangulation.
<DT><B>`ON_VERTEX`</B><DD> The position of the vertex `v` described by `f` <DT><B>`ON_VERTEX`</B><DD> The triangulation remains unchanged.
is set to `p`. `v` is returned. <DT><B>Anything else</B><DD> The point `p` <DT><B>Anything else</B><DD> The point `p`
is inserted. the full cell `c` <I>is assumed</I> to be in conflict is inserted. the full cell `c` <I>is assumed</I> to be in conflict
with `p`. with `p`.
</DL> </DL>

View File

@ -556,8 +556,7 @@ Inserts point `p` into the triangulation and returns a handle to the
`Vertex` at that position. The action taken depends on the value of `Vertex` at that position. The action taken depends on the value of
`loc_type`: `loc_type`:
<DL> <DT><B>`ON_VERTEX`</B><DD> The point of the <DL> <DT><B>`ON_VERTEX`</B><DD> The triangulation remains unchanged.
p`Vertex` described by `f` is set to `p`.
<DT><B>`IN_FACE`</B><DD> The point `p` is inserted in the `Face f`. <DT><B>`IN_FACE`</B><DD> The point `p` is inserted in the `Face f`.
<DT><B>`IN_FACET`</B><DD> The point `p` is inserted in the `Facet ft`. <DT><B>`IN_FACET`</B><DD> The point `p` is inserted in the `Facet ft`.
<DT><B>Anything else</B><DD> The point `p` is inserted in the triangulation according to the value <DT><B>Anything else</B><DD> The point `p` is inserted in the triangulation according to the value