Trait mash::geometry::Vertex [] [src]

pub trait Vertex: Clone + Debug + PartialEq + PartialOrd {
    fn position(&self) -> Vector;
}

A vertex.

Required Methods

Get the position of the vertex.

Implementors