Searched defs:VectorN (Results 1 – 1 of 1) sorted by relevance
/external/libxcam/xcore/ |
D | vec_mat.h | 205 VectorN<T, N>::VectorN () in VectorN() function 213 VectorN<T, N>::VectorN (T x) { in VectorN() function 218 VectorN<T, N>::VectorN (T x, T y) { in VectorN() function 226 VectorN<T, N>::VectorN (T x, T y, T z) { in VectorN() function 235 VectorN<T, N>::VectorN (T x, T y, T z, T w) { in VectorN() function 245 VectorN<T, N>::VectorN (VectorN<T, 3> vec3, T w) { in VectorN() function
|