OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lbbox
(Results
1 - 1
of
1
) sorted by null
/external/jmonkeyengine/engine/src/core/com/jme3/collision/bih/
BIHTree.java
335
BoundingBox
lbbox
= new BoundingBox(currentBox);
local
336
setMinMax(
lbbox
, false, axis, split);
337
return createNode(l, r,
lbbox
, depth + 1);
343
BoundingBox
lbbox
= new BoundingBox(currentBox);
local
344
setMinMax(
lbbox
, false, axis, split);
348
node.setLeftChild(createNode(l, max(l, pivot - 1),
lbbox
, depth + 1)); //Recursive call
Completed in 36 milliseconds