Type Alias Vec3

Source
pub type Vec3<T> = Vector<T, 3>;
Expand description

Alias for a 3-dimensional vector with the given type.

Aliased Typeยง

struct Vec3<T> { /* private fields */ }