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