rapier3d::math

Type Alias SimdBool

Source
pub type SimdBool = AutoSimd<[bool; 4]>;
Expand description

A SIMD bool with SIMD_WIDTH lanes.

Aliased Type§

struct SimdBool(pub [bool; 4]);

Fields§

§0: [bool; 4]