Type Definition hedge::Vertex[][src]

pub type Vertex = MeshElement<VertexData>;

Implementations

Trait Implementations

A vertex is considered “valid” as long as it has a valid edge index.