[−][src]Trait conrod_core::widget::primitive::shape::triangles::Vertex
Types used as vertices that make up a list of triangles.
Required methods
fn point(&self) -> Point
The x y location of the vertex.
fn add(self, _: Point) -> Self
Add the given vector onto the position of self and return the result.