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

type Point<S> = Point3<S>;

Trait Implementations

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

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