Searched refs:SweepSphere (Results 1 – 2 of 2) sorted by relevance
43 class SweepSphere implements Collidable { class359 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()
10889 ==> engine/src/core/com/jme3/collision/SweepSphere.java <==