Home
last modified time | relevance | path

Searched refs:not_flip (Results 1 – 4 of 4) sorted by relevance

/dports/math/wfmath/wfmath-1.0.2/wfmath/
H A Dquaternion.cpp125 bool not_flip = !m.parity(); in fromRotMatrix() local
130 if(!not_flip) in fromRotMatrix()
133 const RotMatrix<3> &m_ref = not_flip ? m : m_tmp; in fromRotMatrix()
170 return not_flip; in fromRotMatrix()
H A Drotmatrix.cpp40 const bool not_flip) in fromQuaternion() argument
65 m_flip = !not_flip; in fromQuaternion()
67 if(!not_flip) in fromQuaternion()
367 const bool not_flip) : m_flip(false), m_valid(false), in RotMatrix() argument
370 fromQuaternion(q, not_flip); in RotMatrix()
H A Drotmatrix.h212 RotMatrix(const Quaternion& q, const bool not_flip = true);
239 RotMatrix& fromQuaternion(const Quaternion& q, const bool not_flip = true);
H A Drotmatrix_funcs.h504 const bool not_flip);