Home
last modified time | relevance | path

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

/third_party/boost/boost/qvm/
Dquat_traits_array.hpp22 quat_traits<T[D]> struct
24 typedef void scalar_type;
28 quat_traits<T[D][4]> struct
30 typedef void scalar_type;
34 quat_traits<T[4][D]> struct
36 typedef void scalar_type;
40 quat_traits<T[4][4]> struct
42 typedef void scalar_type;
46 quat_traits<T[M][N]> struct
48 typedef void scalar_type;
[all …]
Dquat.hpp38 quat_traits< quat<T> > struct
40 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()
Dquat_operations.hpp227 quat_traits< qvm_detail::identity_quat_<T> > struct
229 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> > struct
334 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 …]
Dquat_traits.hpp17 quat_traits struct
19 typedef void scalar_type;
/third_party/boost/libs/qvm/test/
Daccess_q_fail.cpp19 quat_traits<my_quat> struct
21 typedef int scalar_type;
Dtest_qvm_quaternion.hpp48 quat_traits< test_qvm::quaternion<Tag,T> >: struct
51 typedef quat_traits_defaults<test_qvm::quaternion<Tag,T>,T> base;
56 write_element( typename base::quat_type & m ) in write_element()
Dinterop_test.cpp146 quat_traits<my_stuff::quat> struct
148 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()
/third_party/boost/libs/qvm/doc/
Dqvm.adoc573 [[quat_traits]] anchor
677 [[quat_traits_defaults]]