Searched refs:boundingArea (Results 1 – 1 of 1) sorted by relevance
117 private static float getScale(float hullArea, float boundingArea, float fullArea) { in getScale() argument118 float hullByRect = hullArea / boundingArea; in getScale()