Type Alias nannou_core::geom::vertex::Default

source ·
pub type Default = Point3;
Expand description

If a type is not specified for a piece of geometry, this is the default type used.

Aliased Type§

struct Default(/* private fields */);