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

type ColoredPoint<S = Default> = WithColor<Point<S>, Color>;

Trait Implementations

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