Searched refs:witnesPtMin (Results 1 – 8 of 8) sorted by relevance
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/ |
D | btConvexHullShape.cpp | 209 …const btVector3& dir, btScalar& minProj, btScalar& maxProj, btVector3& witnesPtMin,btVector3& witn… in project() argument 224 witnesPtMin = pt; in project() 234 witnesPtMin = trans(localGetSupportingVertex(localAxis)); in project() 237 minProj = witnesPtMin.dot(dir); in project() 244 btSwap(witnesPtMin,witnesPtMax); in project()
|
D | btConvexPolyhedron.cpp | 277 …const btVector3& dir, btScalar& minProj, btScalar& maxProj, btVector3& witnesPtMin,btVector3& witn… in project() argument 289 witnesPtMin = pt; in project() 300 btSwap(witnesPtMin,witnesPtMax); in project()
|
D | btConvexPolyhedron.h | 59 …const btVector3& dir, btScalar& minProj, btScalar& maxProj, btVector3& witnesPtMin,btVector3& witn… in ATTRIBUTE_ALIGNED16()
|
D | btConvexShape.h | 56 …const btVector3& dir, btScalar& minProj, btScalar& maxProj, btVector3& witnesPtMin,btVector3& witn… in ATTRIBUTE_ALIGNED16()
|
D | btConvexHullShape.h | 76 …const btVector3& dir, btScalar& minProj, btScalar& maxProj, btVector3& witnesPtMin,btVector3& witn… in ATTRIBUTE_ALIGNED16()
|
D | btConvexShape.cpp | 51 … trans, const btVector3& dir, btScalar& min, btScalar& max, btVector3& witnesPtMin,btVector3& witn… in project() argument 60 witnesPtMin = vtx1; in project() 68 witnesPtMin = vtx2; in project()
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/ |
D | btConvexShape.java | 85 …ctor3 dir, SWIGTYPE_p_float minProj, SWIGTYPE_p_float maxProj, Vector3 witnesPtMin, Vector3 witnes… in project() argument 86 …r, SWIGTYPE_p_float.getCPtr(minProj), SWIGTYPE_p_float.getCPtr(maxProj), witnesPtMin, witnesPtMax); in project()
|
D | btConvexPolyhedron.java | 144 …ctor3 dir, SWIGTYPE_p_float minProj, SWIGTYPE_p_float maxProj, Vector3 witnesPtMin, Vector3 witnes… in project() argument 145 …r, SWIGTYPE_p_float.getCPtr(minProj), SWIGTYPE_p_float.getCPtr(maxProj), witnesPtMin, witnesPtMax); in project()
|