Searched defs:quat_traits (Results 1 – 8 of 8) sorted by relevance
22 quat_traits<T[D]> struct24 typedef void scalar_type;28 quat_traits<T[D][4]> struct30 typedef void scalar_type;34 quat_traits<T[4][D]> struct36 typedef void scalar_type;40 quat_traits<T[4][4]> struct42 typedef void scalar_type;46 quat_traits<T[M][N]> struct48 typedef void scalar_type;[all …]
38 quat_traits< quat<T> > struct40 typedef quat<T> this_quaternion;41 typedef T scalar_type;47 read_element( this_quaternion const & x ) in read_element()58 write_element( this_quaternion & x ) in write_element()
227 quat_traits< qvm_detail::identity_quat_<T> > struct229 typedef qvm_detail::identity_quat_<T> this_quaternion;230 typedef T scalar_type;236 read_element( this_quaternion const & x ) in read_element()246 read_element_idx( int i, this_quaternion const & x ) in read_element_idx()332 quat_traits< qvm_detail::quaternion_scalar_cast_<OriginalType,Scalar> > struct334 typedef Scalar scalar_type;335 typedef qvm_detail::quaternion_scalar_cast_<OriginalType,Scalar> this_quaternion;341 read_element( this_quaternion const & x ) in read_element()351 read_element_idx( int i, this_quaternion const & x ) in read_element_idx()[all …]
17 quat_traits struct19 typedef void scalar_type;
19 quat_traits<my_quat> struct21 typedef int scalar_type;
48 quat_traits< test_qvm::quaternion<Tag,T> >: struct51 typedef quat_traits_defaults<test_qvm::quaternion<Tag,T>,T> base;56 write_element( typename base::quat_type & m ) in write_element()
146 quat_traits<my_stuff::quat> struct148 typedef float scalar_type;153 write_element( my_stuff::quat & m ) in write_element()163 read_element( my_stuff::quat const & m ) in read_element()
573 [[quat_traits]] anchor677 [[quat_traits_defaults]]