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

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

A vertex.

Required methods

fn position(&self) -> Vector[src]

Get the position of the vertex.

Loading content...

Implementors

impl Vertex for Vector[src]

Loading content...