Type Alias nannou::geom::vector::Vector4

source ·
pub 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.

Aliased Type§

struct Vector4(/* private fields */);