Module vek::vec[][src]

Vector types.

They do NOT derive PartialOrd and Ord, because it makes no sense for them, and functions such as partial_min and partial_max may give surprising results because of this.
They do have element-wise comparison functions though.

Re-exports

pub use self::repr_c::*;

Modules

repr_c

Vector types which are marked #[repr(C)].

Structs

ShuffleMask4

Opaque type wrapping a hardware-preferred shuffle mask format for 4D vectors.