#include <SSEVec.h>
Public Member Functions | |
template<int N> | |
Vec2 | get1 () const |
T & | operator[] (unsigned int n) |
T | operator[] (unsigned int n) const |
void | set (T f1, T f2) |
template<typename U > | |
Vec2 (Vec2< U > v) | |
Vec2 () | |
Vec2 (T f1, T f2) | |
Vec2 (T f1) | |
Vec2 (Vec4< T > v4) | |
Public Attributes | |
T | arr [2] |
mathSSE::Vec2< T >::Vec2 | ( | ) | [inline] |
Definition at line 179 of file SSEVec.h.
Referenced by mathSSE::Vec2< TmpType >::get1().
mathSSE::Vec2< T >::Vec2 | ( | T | f1, |
T | f2 | ||
) | [inline] |
mathSSE::Vec2< T >::Vec2 | ( | T | f1 | ) | [inline, explicit] |
mathSSE::Vec2< T >::Vec2 | ( | Vec4< T > | v4 | ) | [inline] |
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] |
T mathSSE::Vec2< T >::arr[2] |
Definition at line 221 of file SSEVec.h.
Referenced by mathSSE::Vec2< TmpType >::get1(), operator<<(), mathSSE::Vec2< TmpType >::operator[](), mathSSE::Vec2< TmpType >::set(), and mathSSE::Vec2< TmpType >::Vec2().