Home
last modified time | relevance | path

Searched defs:planeNormalWS (Results 1 – 2 of 2) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtPolyhedralContactClipping.java73 …public static void clipFace(btVector3Array pVtxIn, btVector3Array ppVtxOut, Vector3 planeNormalWS,… in clipFace()
74 …ray.getCPtr(pVtxIn), pVtxIn, btVector3Array.getCPtr(ppVtxOut), ppVtxOut, planeNormalWS, planeEqWS); in clipFace() local
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
DbtPolyhedralContactClipping.cpp32 …ipFace(const btVertexArray& pVtxIn, btVertexArray& ppVtxOut, const btVector3& planeNormalWS,btScal… in clipFace()
462 btVector3 planeNormalWS = transA.getBasis()*localPlaneNormal; in clipFaceAgainstHull() local
465 btVector3 planeNormalWS = planeNormalWS1; in clipFaceAgainstHull() local
487 btVector3 planeNormalWS = transA.getBasis()*localPlaneNormal; in clipFaceAgainstHull() local