Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/core/com/jme3/collision/
DSweepSphere.java167 private float collideWithSegment(Vector3f sCenter, in collideWithSegment() method in SweepSphere
321 newT = collideWithSegment(sCenter, sVelocity, velocitySquared, v1, v2, minT, contactPoint); in collideWithTriangle()
328 newT = collideWithSegment(sCenter, sVelocity, velocitySquared, v2, v3, minT, contactPoint); in collideWithTriangle()
335 newT = collideWithSegment(sCenter, sVelocity, velocitySquared, v3, v1, minT, contactPoint); in collideWithTriangle()