Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtAabbUtil2.h132 btVector3 aabbCenter = (aabbMax+aabbMin)* btScalar(0.5); in btRayAabb() local
133 btVector3 source = rayFrom - aabbCenter; in btRayAabb()
134 btVector3 target = rayTo - aabbCenter; in btRayAabb()