Skip to content

Commit

Permalink
fix typo VertexNodeNode -> VertexNode (#30239)
Browse files Browse the repository at this point in the history
  • Loading branch information
ycw authored Dec 31, 2024
1 parent 7969560 commit 4fe111f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/examples/en/math/convexhull/ConvexHull.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ <h3>[method:this addNewFaces]( [param:VertexNode eyeVertex], [param:HalfEdge hor

<h3>[method:this addVertexToFace]( [param:VertexNode vertex], [param:Face face] )</h3>
<p>
[page:VertexNodeNode vertex] - The vertex to add.<br />
[page:VertexNode vertex] - The vertex to add.<br />
[page:Face face] - The target face.<br /><br />

Adds a vertex to the 'assigned' list of vertices and assigns it to the given face.
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/zh/math/convexhull/ConvexHull.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ <h3>[method:this addNewFaces]( [param:VertexNode eyeVertex], [param:HalfEdge hor

<h3>[method:this addVertexToFace]( [param:VertexNode vertex], [param:Face face] )</h3>
<p>
[page:VertexNodeNode vertex] - 要添加的顶点。<br />
[page:VertexNode vertex] - 要添加的顶点。<br />
[page:Face face] - 目标面。<br /><br />

将一个顶点添加到 “分配(assigned)” 顶点列表,并将其分配给给定的面。
Expand Down

0 comments on commit 4fe111f

Please sign in to comment.