Lines Matching refs:geoms
66 Geometry[] geoms;
176 if (geoms != null){
177 Collection<Geometry> geomsColl = Arrays.asList(geoms);
213 if (geoms != null){
214 renderSet.addAll(Arrays.asList(geoms));
230 if (geoms != null){
231 renderSet.addAll(Arrays.asList(geoms));
248 geoms = new Geometry[geomsList.size()];
249 geomsList.toArray(geoms);
251 geoms = null;
268 if (geoms != null && numChilds == 0){
292 public final void intersectWhere(Ray r, Geometry[] geoms, float sceneMin, float sceneMax,
300 CollisionResult result = new CollisionResult(geoms[t.getGeometryIndex()],
312 child.intersectWhere(r, geoms, sceneMin, sceneMax, results);