HomeSort by relevance Sort by last modified time
    Searched refs:qdot (Results 1 - 5 of 5) sorted by null

  /external/opencv3/3rdparty/openexr/Imath/
ImathQuat.h 428 T qdot = *this ^ *this; local
429 return Quat (r / qdot, -v / qdot);
437 T qdot = (*this) ^ (*this); local
438 r /= qdot;
439 v = -v / qdot;
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Featherstone/
btMultiBody.h 238 void setJointVel(int i, btScalar qdot);
240 void setJointVelMultiDof(int i, btScalar *qdot);
btMultiBody.cpp 428 void btMultiBody::setJointVel(int i, btScalar qdot)
430 m_realBuf[6 + i] = qdot;
433 void btMultiBody::setJointVelMultiDof(int i, btScalar *qdot)
436 m_realBuf[6 + m_links[i].m_dofOffset + dof] = qdot[dof];
    [all...]
  /external/eigen/Eigen/src/misc/
blas.h 26 double BLASFUNC(qdot) (int *, double *, int *, double *, int *);
    [all...]
  /external/eigen/bench/btl/libs/BLAS/
blas.h 21 double BLASFUNC(qdot) (int *, double *, int *, double *, int *);
    [all...]

Completed in 97 milliseconds