Searched refs:vec_traits (Results 1 – 4 of 4) sorted by relevance
26 int VD=vec_traits<V>::dim>30 typedef vec<typename vec_traits<V>::scalar_type,D> type;41 template <class V,int Dim=vec_traits<V>::dim>55 int AD=vec_traits<A>::dim,56 int BD=vec_traits<B>::dim>
17 vec_traits struct27 static bool const value=vec_traits<T>::dim>0;
79 typedef typename vec_traits<A>::scalar_type type;
1108 typedef typename vec_traits<V>::scalar_type scalar_type;1115 scalar_type const x=vec_traits<V>::template read_element<0>(axis); in rot_mat_()1116 scalar_type const y=vec_traits<V>::template read_element<1>(axis); in rot_mat_()1117 scalar_type const z=vec_traits<V>::template read_element<2>(axis); in rot_mat_()1223 is_vec<A>::value && vec_traits<A>::dim==3,1236 is_vec<B>::value && vec_traits<B>::dim==3,1249 is_vec<B>::value && vec_traits<B>::dim==3,