Struct flexmesh::Edge [] [src]

pub struct Edge<EData> {
    pub edata: EData,
    // some fields omitted
}

Fields

Methods

impl<EData> Edge<EData>
[src]

Check if the face is in the set of edges adjacent to this edge.

Given one of the edge's verts, return the other one. If the input is not one if the edge's verts, return None.