Go to the documentation of this file.
19 rotf(
float a_q0,
float a_q1,
float a_q2,
float a_q3):
parent(a_q0,a_q1,a_q2,a_q3) {}
22 rotf(
const vec3f& a_axis,
float a_radians):
parent(a_axis,a_radians,::sinf,::cosf) {}
68 inline bool tos(
const rotf& a_v,std::string& a_s) {
71 if(!a_v.
value(axis,angle)) {a_s.clear();
return false;}
72 std::ostringstream strm;
73 strm << axis[0] <<
" "