Home
last modified time | relevance | path

Searched defs:velocitySquared (Results 1 – 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/collision/
DSweepSphere.java145 float velocitySquared, Vector3f vertex, float t) { in collideWithVertex()
169 float velocitySquared, in collideWithSegment()
289 float velocitySquared = sVelocity.lengthSquared(); in collideWithTriangle() local