Searched refs:getMaxAxis (Results 1 - 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/bounding/
H A DBoundingSphere.java396 sphere.radius = FastMath.abs(getMaxAxis(trans.getScale()) * radius) + RADIUS_EPSILON - 1f;
411 float ax = getMaxAxis(axes);
416 private float getMaxAxis(Vector3f scale) { method in class:BoundingSphere

Completed in 105 milliseconds