Struct hedge::Face [] [src]

pub struct Face {
    pub edge_index: EdgeIndex,
}

A face is defined by the looping connectivity of edges.

Fields

The "root" of an edge loop that defines this face.

Methods

impl Face
[src]

Trait Implementations

impl Default for Face
[src]

Returns the "default value" for a type. Read more

impl Debug for Face
[src]

Formats the value using the given formatter.

impl Validation for Face
[src]

A face is considered "valid" as long as it has an edge index other than INVALID_COMPONENT_INDEX