Skip to content

Latest commit

 

History

History
executable file
·
8 lines (6 loc) · 211 Bytes

Vertex.md

File metadata and controls

executable file
·
8 lines (6 loc) · 211 Bytes

Vertex

The vertex record of a vertex v stores the coordinates of v. It also stores a pointer IncidentEdge(v) to an arbitrary half‐edge that has v as its origin

public typealias Vertex = Site