Skip to content

Commit f517ddc

Browse files
authored
Merge pull request #14103 from jimmyland/patch-1
vetex->vertex
2 parents 7dffdd2 + d5092d4 commit f517ddc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/examples/quickhull/QuickHull.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@ <h3>[method:QuickHull makeEmpty]()</h3>
7272
<p>Makes this convex hull empty.</p>
7373

7474
<h3>[method:QuickHull addVertexToFace]( [param:VertexNode vertex], [param:Face face] )</h3>
75-
[page:VertexNodeNode vertex] - The vetex to add.<br /><br />
75+
[page:VertexNodeNode vertex] - The vertex to add.<br /><br />
7676
[page:Face face] - The target face.<br /><br />
7777

7878
<p>Adds a vertex to the 'assigned' list of vertices and assigns it to the given face.</p>
7979

8080
<h3>[method:QuickHull removeVertexFromFace]( [param:VertexNode vertex], [param:Face face] )</h3>
81-
[page:VertexNode vertex] - The vetex to remove.<br /><br />
81+
[page:VertexNode vertex] - The vertex to remove.<br /><br />
8282
[page:Face face] - The target face.<br /><br />
8383

8484
<p>Removes a vertex from the 'assigned' list of vertices and from the given face. It also makes sure that the link from 'face' to the first vertex it sees in 'assigned' is linked correctly after the removal.</p>

0 commit comments

Comments
 (0)