Type Alias nannou::prelude::geom::Vector3

source ·
pub type Vector3 = Vec3;
👎Deprecated since 0.17.0: Use Vec3 now that we have switched to glam
Expand description

A common alias for the glam::Vec3 type.

Aliased Type§

struct Vector3(/* private fields */);