Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
DbtConvexHullShape.cpp209 …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()
DbtConvexPolyhedron.cpp277 …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()
DbtConvexPolyhedron.h59 …const btVector3& dir, btScalar& minProj, btScalar& maxProj, btVector3& witnesPtMin,btVector3& witn… in ATTRIBUTE_ALIGNED16()
DbtConvexShape.h56 …const btVector3& dir, btScalar& minProj, btScalar& maxProj, btVector3& witnesPtMin,btVector3& witn… in ATTRIBUTE_ALIGNED16()
DbtConvexHullShape.h76 …const btVector3& dir, btScalar& minProj, btScalar& maxProj, btVector3& witnesPtMin,btVector3& witn… in ATTRIBUTE_ALIGNED16()
DbtConvexShape.cpp51 … 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/
DbtConvexShape.java85 …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()
DbtConvexPolyhedron.java144 …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()