Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/core/com/jme3/collision/
DSweepSphere.java144 private float collideWithVertex(Vector3f sCenter, Vector3f sVelocity, in collideWithVertex() method in SweepSphere
297 newT = collideWithVertex(sCenter, sVelocity, velocitySquared, v1, minT); in collideWithTriangle()
305 newT = collideWithVertex(sCenter, sVelocity, velocitySquared, v2, minT); in collideWithTriangle()
313 newT = collideWithVertex(sCenter, sVelocity, velocitySquared, v3, minT); in collideWithTriangle()