HalfEdge constructor

HalfEdge(
  1. VertexNode vertex,
  2. Face2 face
)

Implementation

HalfEdge(this.vertex, this.face);