Type Alias Vec3
Source pub type Vec3<T> = Vector<3, T, Aligned>;
Expand description
A 3-dimensional vector.
To initialize this type use the vec3 macro.
§SIMD Alignment
This type may be SIMD-aligned depending on the target architecture.
pub struct Vec3<T>();