#include <SSEVec.h>
Public Member Functions | |
T | __attribute__ ((aligned(16))) arr[4] |
template<int N> | |
Vec4 | get1 () const |
void | set (float f1, float f2, float f3, float f4=0) |
void | set1 (float f1) |
Vec4 () | |
Vec4 (float f1, float f2, float f3, float f4=0) | |
Vec4 (float f1) | |
Vec2< T > | xy () const |
Vec2< T > | zw () const |
Public Attributes | |
OldVec< T > | o |
|
inline |
Definition at line 165 of file SSEVec.h.
Referenced by mathSSE::Vec4< align::Scalar >::get1().
|
inline |
|
inlineexplicit |
T mathSSE::Vec4< T >::__attribute__ | ( | (aligned(16)) | ) |
|
inline |
|
inline |
Definition at line 184 of file SSEVec.h.
Referenced by mathSSE::Vec4< double >::Vec4(), and mathSSE::Vec4< align::Scalar >::Vec4().
|
inline |
Definition at line 200 of file SSEVec.h.
Referenced by geometryXMLparser.Alignable::covariance().
|
inline |
Definition at line 201 of file SSEVec.h.