Searched refs:getMinMax (Results 1 – 1 of 1) sorted by relevance
206 private float getMinMax(BoundingBox bbox, boolean doMin, int axis) { in getMinMax() method in BIHTree347 node.setLeftPlane(getMinMax(createBox(l, max(l, pivot - 1)), false, axis)); in createNode()354 node.setRightPlane(getMinMax(createBox(pivot, r), true, axis)); in createNode()