#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) |
Vec2 () | |
Vec2 (T f1, T f2) | |
Vec2 (T f1) | |
template<typename U > | |
Vec2 (Vec2< U > v) | |
Vec2 (Vec4< T > v4) | |
Public Attributes | |
T | arr [2] |
|
inline |
Definition at line 116 of file SSEVec.h.
Referenced by mathSSE::as3D().
|
inline |
|
inlineexplicit |
|
inline |
Definition at line 198 of file SSEVec.h.
References mathSSE::__attribute__, mathSSE::Vec2< T >::arr, connectstrParser::f1, connectstrParser::f2, connectstrParser::f3, connectstrParser::f4, RecoTauDiscriminantConfiguration::mask, N, gen::n, connectstrParser::o, operator[](), mathSSE::Vec4< double >::vec, mathSSE::Vec4< T >::Vec4(), geometryCSVtoXML::xy, and zw().
|
inline |
|
inline |
|
inline |
T mathSSE::Vec2< T >::arr[2] |
Definition at line 158 of file SSEVec.h.
Referenced by mathSSE::as3D(), Basic2DVector< float >::Basic2DVector(), and mathSSE::Vec2< T >::Vec2().