Struct flexmesh::Vert [] [src]

pub struct Vert<VData> {
    pub vdata: VData,
    // some fields omitted
}

Fields

vdata: VData

Methods

impl<VData> Vert<VData>
[src]

fn is_edge_adjacent(&self, ek: EKey) -> bool

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

fn get_edges(&self) -> &Vec<EKey>