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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btStaticPlaneShape.h 29 btVector3 m_planeNormal;
52 return m_planeNormal;
77 btVector3FloatData m_planeNormal;
95 m_planeNormal.serializeFloat(planeData->m_planeNormal);
btStaticPlaneShape.cpp 22 : btConcaveShape (), m_planeNormal(planeNormal.normalized()),
27 // btAssert( btFuzzyZero(m_planeNormal.length() - btScalar(1.)) );
43 btVector3 center = m_planeNormal*m_planeConstant;
44 aabbMin = center + infvec*m_planeNormal;
46 aabbMin.setMin(center - infvec*m_planeNormal);
47 aabbMax.setMax(center - infvec*m_planeNormal);
70 btPlaneSpace1(m_planeNormal,tangentDir0,tangentDir1);
74 btVector3 projectedCenter = center - (m_planeNormal.dot(center) - m_planeConstant)*m_planeNormal;
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
btGImpactCollisionAlgorithm.cpp 47 equation[0] = m_planeNormal[0];
48 equation[1] = m_planeNormal[1];
49 equation[2] = m_planeNormal[2];
56 equation[0] = trans.getBasis().getRow(0).dot(m_planeNormal);
57 equation[1] = trans.getBasis().getRow(1).dot(m_planeNormal);
58 equation[2] = trans.getBasis().getRow(2).dot(m_planeNormal);
59 equation[3] = trans.getOrigin().dot(m_planeNormal) + m_planeConstant;
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/autogenerated/
bullet.h 309 btVector3FloatData m_planeNormal;
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btCollisionWorldImporter.cpp 270 planeNormal.deSerializeFloat(planeData->m_planeNormal);
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
btWorldImporter.cpp 159 planeNormal.deSerializeFloat(planeData->m_planeNormal);
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
collision_wrap.cpp     [all...]

Completed in 1070 milliseconds