#include <SSEVec.h>
Public Member Functions | |
T | __attribute__ ((aligned(16))) arr[2] |
Vec2 | get1 (unsigned int n) const |
T | operator[] (unsigned int n) const |
T & | operator[] (unsigned int n) |
void | set (T f1, T f2) |
Vec2 (T f1, T f2) | |
Vec2 (T f1) | |
Vec2 () |
mathSSE::Vec2< T >::Vec2 | ( | ) | [inline] |
Definition at line 112 of file SSEVec.h.
Referenced by mathSSE::Vec2< T >::get1().
{ arr[0] = 0; arr[1] = 0; }
mathSSE::Vec2< T >::Vec2 | ( | T | f1, |
T | f2 | ||
) | [inline] |
Definition at line 115 of file SSEVec.h.
References connectstrParser::f1, and connectstrParser::f2.
mathSSE::Vec2< T >::Vec2 | ( | T | f1 | ) | [inline, explicit] |
Definition at line 118 of file SSEVec.h.
References connectstrParser::f1.
T mathSSE::Vec2< T >::__attribute__ | ( | (aligned(16)) | ) |
Vec2 mathSSE::Vec2< T >::get1 | ( | unsigned int | n | ) | const [inline] |
Definition at line 124 of file SSEVec.h.
References mathSSE::Vec2< T >::Vec2().
T mathSSE::Vec2< T >::operator[] | ( | unsigned int | n | ) | const [inline] |
T& mathSSE::Vec2< T >::operator[] | ( | unsigned int | n | ) | [inline] |
void mathSSE::Vec2< T >::set | ( | T | f1, |
T | f2 | ||
) | [inline] |
Definition at line 121 of file SSEVec.h.
References connectstrParser::f1, and connectstrParser::f2.