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

pub trait Vertex: Clone + Copy + PartialEq {
    type Scalar: Scalar;
}
Expand description

Types used as vertices that can be used to describe geometric points in space.

Associated Types

The values used to describe the vertex position.

Implementations on Foreign Types

Implementors