Trait nannou_core::geom::vertex::Vertex2d[][src]

pub trait Vertex2d: Vertex {
    fn point2(self) -> [Self::Scalar; 2];
}
Expand description

Vertex types that have at least 2 dimensions.

Required methods

The x, y location of the vertex.

Implementations on Foreign Types

Implementors