#include <GteIntelSSE.h>
|
| Matrix () |
|
| Matrix (Matrix const &mat) |
|
| Matrix (__m128 const *mat) |
|
| Matrix (float m00, float m01, float m02, float m03, float m10, float m11, float m12, float m13, float m20, float m21, float m22, float m23, float m30, float m31, float m32, float m33) |
|
| operator __m128 * () |
|
| operator __m128 const * () const |
|
Matrix & | operator= (Matrix const &mat) |
|
Matrix & | operator= (__m128 const *mat) |
|
__m128 const & | operator[] (int i) const |
|
__m128 & | operator[] (int i) |
|
Definition at line 57 of file GteIntelSSE.h.
Enumerator |
---|
NUM_ROWS |
|
NUM_COLS |
|
NUM_ELEMENTS |
|
STORAGE_ROW_MAJOR |
|
Definition at line 61 of file GteIntelSSE.h.
gte::SIMD::Matrix::Matrix |
( |
| ) |
|
|
inline |
gte::SIMD::Matrix::Matrix |
( |
Matrix const & |
mat | ) |
|
|
inline |
gte::SIMD::Matrix::Matrix |
( |
__m128 const * |
mat | ) |
|
|
inline |
gte::SIMD::Matrix::Matrix |
( |
float |
m00, |
|
|
float |
m01, |
|
|
float |
m02, |
|
|
float |
m03, |
|
|
float |
m10, |
|
|
float |
m11, |
|
|
float |
m12, |
|
|
float |
m13, |
|
|
float |
m20, |
|
|
float |
m21, |
|
|
float |
m22, |
|
|
float |
m23, |
|
|
float |
m30, |
|
|
float |
m31, |
|
|
float |
m32, |
|
|
float |
m33 |
|
) |
| |
|
inline |
gte::SIMD::Matrix::operator __m128 * |
( |
| ) |
|
|
inline |
gte::SIMD::Matrix::operator __m128 const * |
( |
| ) |
const |
|
inline |
SIMD::Matrix & gte::SIMD::Matrix::operator= |
( |
__m128 const * |
mat | ) |
|
|
inline |
__m128 const & gte::SIMD::Matrix::operator[] |
( |
int |
i | ) |
const |
|
inline |
__m128 & gte::SIMD::Matrix::operator[] |
( |
int |
i | ) |
|
|
inline |
__m128 gte::SIMD::Matrix::mTable[4] |
|
protected |
The documentation for this class was generated from the following file: