Home
last modified time | relevance | path

Searched refs:vec_traits (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/qvm/
H A Ddeduce_vec.hpp26 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>
H A Dvec_traits.hpp17 vec_traits struct
27 static bool const value=vec_traits<T>::dim>0;
H A Dscalar_traits.hpp79 typedef typename vec_traits<A>::scalar_type type;
H A Dmat_operations.hpp1108 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,