OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:intersectsSphere
(Results
1 - 3
of
3
) sorted by null
/external/jmonkeyengine/engine/src/core/com/jme3/bounding/
BoundingVolume.java
267
public abstract boolean
intersectsSphere
(BoundingSphere bs);
BoundingSphere.java
665
return bv.
intersectsSphere
(this);
671
* @see com.jme.bounding.BoundingVolume#
intersectsSphere
(com.jme.bounding.BoundingSphere)
673
public boolean
intersectsSphere
(BoundingSphere bs) {
711
// return obb.
intersectsSphere
(this);
BoundingBox.java
586
* @see BoundingVolume#
intersectsSphere
(com.jme3.bounding.BoundingSphere)
588
public boolean
intersectsSphere
(BoundingSphere bs) {
[
all
...]
Completed in 187 milliseconds