Home
last modified time | relevance | path

Searched refs:SweepSphere (Results 1 – 2 of 2) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/collision/
DSweepSphere.java43 class SweepSphere implements Collidable { class
359 public CollisionResult collideWithSweepSphere(SweepSphere other){ in collideWithSweepSphere()
396 SweepSphere ss = new SweepSphere(); in main()
401 SweepSphere ss2 = new SweepSphere(); in main()
426 }else if (other instanceof SweepSphere){ in collideWith()
427 SweepSphere sph = (SweepSphere) other; in collideWith()
/external/jmonkeyengine/
DNOTICE10889 ==> engine/src/core/com/jme3/collision/SweepSphere.java <==