Skip to content

Commit

Permalink
Create half-edge.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lmj01 committed Nov 4, 2023
1 parent d30a127 commit a849dc7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions cg/half-edge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Half-Edge

> 在计算图形学中,半边结构用于描述geometric polygon meshes。它是一个连接描述,一种拓扑描述。是关于vertices、half-edges、edges和polygons的描述。
geometric interpretations,称为embeddings,与半边结构的关系是
- 通常的解释是映射vertices为points,half-edges为directed line segments,edges为line segments,polygons为planar polygons。
- 另一种解释是映射结构到sphere,vertices为points,edges为arcs,polygons为spherical polygons。

半边结构的重点在于它能够有效地回应邻接查询

-


## 参考
- [Half-edge structure](https://kaba.hilvi.org/homepage/blog/halfedge/halfedge.htm)

0 comments on commit a849dc7

Please sign in to comment.