Home
last modified time | relevance | path

Searched refs:collideWith (Results 1 – 25 of 25) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/math/
DAbstractTriangle.java45 public int collideWith(Collidable other, CollisionResults results){ in collideWith() method in AbstractTriangle
46 return other.collideWith(this, results); in collideWith()
DRay.java385 public int collideWith(Collidable other, CollisionResults results) { in collideWith() method in Ray
388 return bv.collideWith(this, results); in collideWith()
/external/jmonkeyengine/engine/src/core/com/jme3/collision/
DCollidable.java52 …public int collideWith(Collidable other, CollisionResults results) throws UnsupportedCollisionExce… in collideWith() method
DSweepSphere.java407 ss.collideWith(ss2, cr); in main()
416 public int collideWith(Collidable other, CollisionResults results) in collideWith() method in SweepSphere
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
DCollisionData.java48 public int collideWith(Collidable other, in collideWith() method
DGeometry.java436 public int collideWith(Collidable other, CollisionResults results) { in collideWith() method in Geometry
448 int added = mesh.collideWith(other, cachedWorldMat, worldBound, results); in collideWith()
DNode.java491 public int collideWith(Collidable other, CollisionResults results){ in collideWith() method in Node
494 total += child.collideWith(other, results); in collideWith()
DMesh.java847 public int collideWith(Collidable other, in collideWith() method in Mesh
856 return collisionTree.collideWith(other, worldMatrix, worldBound, results); in collideWith()
/external/jmonkeyengine/engine/src/test/jme3test/bounding/
DTestRayCollision.java50 bbox.collideWith(r, res); in main()
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
DTerrainPatch.java784 …public int collideWith(Collidable other, CollisionResults results) throws UnsupportedCollisionExce… in collideWith() method in TerrainPatch
841 if (t != null && bbox.collideWith(t, results) > 0) in collideWithBoundingBox()
844 if (t != null && bbox.collideWith(t, results) > 0) in collideWithBoundingBox()
847 if (t != null && bbox.collideWith(t, results) > 0) in collideWithBoundingBox()
850 if (t != null && bbox.collideWith(t, results) > 0) in collideWithBoundingBox()
860 if (t != null && bbox.collideWith(t, results) > 0) in collideWithBoundingBox()
DTerrainQuad.java1637 public int collideWith(Collidable other, CollisionResults results){
1649 total += child.collideWith(other, results);
1671 toTest.collideWith(tp.getWorldBound(), cr);
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/lodcalc/util/
DEntropyComputeUtil.java59 terrainBlock.collideWith(ray, Matrix4f.IDENTITY, bbox, results); in computeLodEntropy()
/external/jmonkeyengine/engine/src/test/jme3test/collision/
DRayTrace.java90 scene.collideWith(r, results); in update()
DTestTriangleCollision.java118 golem.collideWith(bv, results); in simpleUpdate()
DTestMousePick.java84 shootables.collideWith(ray, results); in simpleUpdate()
/external/jmonkeyengine/engine/src/test/jme3test/terrain/
DTerrainTestCollision.java260 int numCollisions = terrain.collideWith(ray, results);
303 … if (terrain.collideWith(selectedCollisionObject.getWorldBound(), new CollisionResults()) > 0) { in testCollision()
DTerrainTestModifyHeight.java268 int numCollisions = terrain.collideWith(ray, results); in getWorldIntersection()
/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
DOctree.java152 bbox.collideWith(r, boundResults); in intersect()
/external/jmonkeyengine/engine/src/core/com/jme3/collision/bih/
DBIHTree.java402 worldBound.collideWith(r, boundResults); in collideWithRay()
449 public int collideWith(Collidable other, in collideWith() method in BIHTree
DBIHNode.java217 int added = col.collideWith(t, results); in intersectWhere()
/external/jmonkeyengine/engine/src/test/jme3test/helloworld/
DHelloPicking.java100 shootables.collideWith(ray, results);
/external/jmonkeyengine/engine/src/test/jme3test/post/
DTestDepthOfField.java193 int numCollisions = terrain.collideWith(ray, results); in simpleUpdate()
/external/jmonkeyengine/engine/src/blender/com/jme3/asset/
DBlenderKey.java671 …public int collideWith(Collidable other, CollisionResults results) throws UnsupportedCollisionExce… in collideWith() method in BlenderKey.LoadingResults
/external/jmonkeyengine/engine/src/core/com/jme3/bounding/
DBoundingSphere.java795 public int collideWith(Collidable other, CollisionResults results) { in collideWith() method in BoundingSphere
DBoundingBox.java754 public int collideWith(Collidable other, CollisionResults results) { in collideWith() method in BoundingBox