Searched refs:getGeometryIndex (Results 1 – 3 of 3) sorted by relevance
53 if (a.getGeometryIndex() < b.getGeometryIndex()){ in compare()55 }else if (a.getGeometryIndex() > b.getGeometryIndex()){ in compare()104 Range r = ranges.get(tris.get(i).getGeometryIndex()); in gatherTris()110 ranges.put(tris.get(i).getGeometryIndex(), new Range(i, 1)); in gatherTris()
53 public int getGeometryIndex() { in getGeometryIndex() method in OCTTriangle
300 CollisionResult result = new CollisionResult(geoms[t.getGeometryIndex()], in intersectWhere()