Searched refs:rotx_quat (Results 1 – 8 of 8) sorted by relevance
18 test_qvm::quaternion<Q1> a=rotx_quat(1.0f); in test()19 test_qvm::quaternion<Q1> b=rotx_quat(.5f); in test()27 test_qvm::quaternion<Q1> const qx1=rotx_quat(a1); in test()32 test_qvm::quaternion<Q1> const qx2=rotx_quat(a2); in test()37 test_qvm::quaternion<Q1> const qx=rotx_quat(a1*(1-t)+a2*t); in test()
21 test_qvm::quaternion<Q1> q1=rotx_quat(r); in test()35 rotx_quat(0.0f)+rotx_quat(0.0f); in test()36 -rotx_quat(0.0f); in test()
22 test_qvm::quaternion<Q1> x=rotx_quat(4.2f); in test()24 test_qvm::quaternion<Q1> y=rotx_quat(-4.2f); in test()
25 test_qvm::quaternion<Q1> const qx=rotx_quat(a); in test()
24 test_qvm::quaternion<Q1> const qx=rotx_quat(a); in test()
1113 rotx_quat( Angle const & angle ) in rotx_quat() function1125 assign(a,rotx_quat(angle)); in set_rotx()1135 a *= rotx_quat(angle); in rotate_x()1477 using ::boost::qvm::rotx_quat;
49 quat<float> rx = rotx_quat(3.14159f);2441 [[rotx_quat]] anchor2442 ==== `rotx_quat`2450 -unspecified-return-type- rotx_quat( Angle const & angle );2480 rotx_quat(angle));2500 Effects: :: As if: `a *= <<rotx_quat,rotx_quat>>(angle)`.