Home
last modified time | relevance | path

Searched defs:rot_quat_ (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/qvm/
Dquat_operations.hpp911 rot_quat_ struct
913 typedef typename vec_traits<V>::scalar_type scalar_type;
914 scalar_type a[4];
918 rot_quat_( V const & axis, Angle angle ) in rot_quat_() function
937 operator R() const in operator R()