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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
btGeneric6DofSpringConstraint.h 79 btGeneric6DofConstraintData m_6dofData;
89 btGeneric6DofConstraintDoubleData2 m_6dofData;
107 btGeneric6DofConstraint::serialize(&dof->m_6dofData,serializer);
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
btWorldImporter.cpp 618 rbAFrame.deSerializeFloat(dofData->m_6dofData.m_rbAFrame);
619 rbBFrame.deSerializeFloat(dofData->m_6dofData.m_rbBFrame);
620 dof = createGeneric6DofSpringConstraint(*rbA,*rbB,rbAFrame,rbBFrame,dofData->m_6dofData.m_useLinearReferenceFrameA!=0);
629 angLowerLimit.deSerializeFloat(dofData->m_6dofData.m_angularLowerLimit);
630 angUpperLimit.deSerializeFloat(dofData->m_6dofData.m_angularUpperLimit);
631 linLowerLimit.deSerializeFloat(dofData->m_6dofData.m_linearLowerLimit);
632 linUpperlimit.deSerializeFloat(dofData->m_6dofData.m_linearUpperLimit);
837 rbAFrame.deSerializeFloat(dofData->m_6dofData.m_rbAFrame);
838 rbBFrame.deSerializeFloat(dofData->m_6dofData.m_rbBFrame);
839 dof = createGeneric6DofSpringConstraint(*rbA,*rbB,rbAFrame,rbBFrame,dofData->m_6dofData.m_useLinearReferenceFrameA!=0)
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/autogenerated/
bullet.h 893 btGeneric6DofConstraintData m_6dofData;
905 btGeneric6DofConstraintDoubleData2 m_6dofData;
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/
dynamics_wrap.cpp     [all...]

Completed in 223 milliseconds