Type Alias hkQuadReal

Source
pub type hkQuadReal = __m128;
Expand description

Alias for a 128-bit SSE vector type used in Havok.

This corresponds to __m128 from the C++ code.

Aliased Typeยง

struct hkQuadReal(/* private fields */);