Searched refs:ONE_THIRD (Results 1 – 5 of 5) sorted by relevance
50 center.addLocal(pointb).addLocal(pointc).multLocal(FastMath.ONE_THIRD); in BIHTriangle()
179 v1.addLocal(v2).addLocal(v3).multLocal(FastMath.ONE_THIRD); in sortTriangles()
178 center.addLocal(pointb).addLocal(pointc).multLocal(FastMath.ONE_THIRD); in calculateCenter()
53 public static final float ONE_THIRD = 1f / 3f; field in FastMath
856 return 4 * FastMath.ONE_THIRD * FastMath.PI * radius * radius * radius; in getVolume()