Home
last modified time | relevance | path

Searched defs:rot_mat_ (Results 1 – 1 of 1) 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 Dmat_operations.hpp1106 rot_mat_ struct
1108 typedef typename vec_traits<V>::scalar_type scalar_type;
1109 scalar_type a[3][3];
1113 rot_mat_( V const & axis, Angle angle ) in rot_mat_() function
1147 operator R() const in operator R()