Home | History | Annotate | Download | only in optimize

Lines Matching full:bbox

57     private final BoundingBox bbox;
87 bbox = new BoundingBox();
90 bbox.mergeLocal(bv);
94 float extent = Math.max(bbox.getXExtent(), Math.max(bbox.getYExtent(), bbox.getZExtent()));
95 bbox.setXExtent(extent);
96 bbox.setYExtent(extent);
97 bbox.setZExtent(extent);
121 root = new Octnode(bbox, allTris);
131 return bbox;
152 bbox.collideWith(r, boundResults);