Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/core/com/jme3/collision/
DSweepSphere.java359 public CollisionResult collideWithSweepSphere(SweepSphere other){ in collideWithSweepSphere() method in SweepSphere
429 CollisionResult result = collideWithSweepSphere(sph); in collideWith()