Type Definition nannou::draw::mesh::vertex::Point[][src]

type Point<S> = Point3<S>;

Trait Implementations

impl<S> IntoVertex<S> for Point<S> where
    S: BaseFloat
[src]

Convert self into a Vertex.

impl<S> IntoPoint<S> for Point<S>
[src]

Convert self into a Point.