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