Searched defs:planeEqWS (Results 1 – 2 of 2) sorted by relevance
| /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/ |
| D | btPolyhedralContactClipping.java | 73 … clipFace(btVector3Array pVtxIn, btVector3Array ppVtxOut, Vector3 planeNormalWS, float planeEqWS) { 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/ |
| D | btPolyhedralContactClipping.cpp | 32 … btVertexArray& pVtxIn, btVertexArray& ppVtxOut, const btVector3& planeNormalWS,btScalar planeEqWS) in clipFace() 463 btScalar planeEqWS=localPlaneEq-planeNormalWS.dot(transA.getOrigin()); in clipFaceAgainstHull() local 466 btScalar planeEqWS=planeEqWS1; in clipFaceAgainstHull() local 488 btScalar planeEqWS=localPlaneEq-planeNormalWS.dot(transA.getOrigin()); in clipFaceAgainstHull() local
|