Module vek::vec

source ·
Expand description

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

Modules

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

Structs

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