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

pub trait Vertex3d: Vertex2d {
    fn point3(self) -> [Self::Scalar; 3];
}
Expand description

Vertex types that have at least 3 dimensions.

Required methods

The x, y, z location of the vertex.

Implementations on Foreign Types

Implementors