Skip to main content

Vec4

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.

Aliased Type§

pub struct Vec4<T>(/* private fields */);