Type Definition nannou::prelude::Vector3[][src]

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.