Searched refs:VectorN (Results 1 – 1 of 1) sorted by relevance
/external/libxcam/xcore/ |
D | vec_mat.h | 144 class VectorN 148 VectorN (); 149 VectorN (T x); 150 VectorN (T x, T y); 151 VectorN (T x, T y, T z); 152 VectorN (T x, T y, T z, T w); 153 VectorN (VectorN<T, 3> vec3, T w); 155 inline VectorN<T, N>& operator = (const VectorN<T, N>& rhs); 156 inline VectorN<T, N> operator - () const; 157 inline bool operator == (const VectorN<T, N>& rhs) const; [all …]
|