Type Definition hedge::Edge[][src]

pub type Edge = MeshElement<EdgeData>;

Implementations

Returns true when this edge has a previous and next edge.

Trait Implementations

An Edge is valid when it has a valid twin index, a valid vertex index and is_connected