Struct SurfaceMesh::HalfedgeConnectivity

Nested Relationships

This struct is a nested type of Class SurfaceMesh.

Struct Documentation

struct HalfedgeConnectivity

This type stores the halfedge connectivity.

Public Members

Face face_

face incident to halfedge

Vertex vertex_

vertex the halfedge points to

Halfedge next_halfedge_

next halfedge

Halfedge prev_halfedge_

previous halfedge