Bullet Collision Detection & Physics Library
|
#include <vectormath_aos.h>
Public Member Functions | |
SSEFloat (__m128 v) | |
SSEFloat (__m128i v) | |
SSEFloat () | |
Public Attributes | |
__m128i | vi |
__m128 | m128 |
__m128 | vf |
unsigned int | ui [4] |
unsigned short | s [8] |
float | f [4] |
Definition at line 85 of file sse/vectormath_aos.h.
|
inline |
Definition at line 93 of file sse/vectormath_aos.h.
|
inline |
Definition at line 94 of file sse/vectormath_aos.h.
|
inline |
Definition at line 95 of file sse/vectormath_aos.h.
float SSEFloat::f[4] |
Definition at line 92 of file sse/vectormath_aos.h.
__m128 SSEFloat::m128 |
Definition at line 88 of file sse/vectormath_aos.h.
unsigned short SSEFloat::s[8] |
Definition at line 91 of file sse/vectormath_aos.h.
unsigned int SSEFloat::ui[4] |
Definition at line 90 of file sse/vectormath_aos.h.
__m128 SSEFloat::vf |
Definition at line 89 of file sse/vectormath_aos.h.
__m128i SSEFloat::vi |
Definition at line 87 of file sse/vectormath_aos.h.