Home
last modified time | relevance | path

Searched refs:witnesPtMax (Results 1 – 8 of 8) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
DbtConvexHullShape.cpp209 …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()
DbtConvexPolyhedron.cpp277 …r3& dir, btScalar& minProj, btScalar& maxProj, btVector3& witnesPtMin,btVector3& witnesPtMax) const in project()
294 witnesPtMax = pt; in project()
300 btSwap(witnesPtMin,witnesPtMax); in project()
DbtConvexPolyhedron.h59 …3& dir, btScalar& minProj, btScalar& maxProj, btVector3& witnesPtMin,btVector3& witnesPtMax) const; in ATTRIBUTE_ALIGNED16()
DbtConvexShape.h56 …3& dir, btScalar& minProj, btScalar& maxProj, btVector3& witnesPtMin,btVector3& witnesPtMax) const; in ATTRIBUTE_ALIGNED16()
DbtConvexShape.cpp51 … btVector3& dir, btScalar& min, btScalar& max, btVector3& witnesPtMin,btVector3& witnesPtMax) const in project()
59 witnesPtMax = vtx2; in project()
67 witnesPtMax = vtx1; in project()
DbtConvexHullShape.h76 …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/
DbtConvexShape.java85 …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()
DbtConvexPolyhedron.java144 …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()