Home
last modified time | relevance | path

Searched refs:intersectsSphere (Results 1 – 3 of 3) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/bounding/
DBoundingVolume.java267 public abstract boolean intersectsSphere(BoundingSphere bs); in intersectsSphere() method in BoundingVolume
DBoundingSphere.java665 return bv.intersectsSphere(this); in intersects()
673 public boolean intersectsSphere(BoundingSphere bs) { in intersectsSphere() method in BoundingSphere
DBoundingBox.java588 public boolean intersectsSphere(BoundingSphere bs) { in intersectsSphere() method in BoundingBox