Type Definition nannou::geom::vector::Vector4[][src]

type Vector4 = Vec4;
👎 Deprecated since 0.17.0:

Use Vec4 now that we have switched to glam

Expand description

A common alias for the glam::Vec4 type.