Uses of Class
de.jreality.scene.pick.AABBTree

Packages that use AABBTree
de.jreality.scene.pick Support for picking, which is required for the package de.jreality.scene.tool
 

Uses of AABBTree in de.jreality.scene.pick
 

Fields in de.jreality.scene.pick declared as AABBTree
static AABBTree AABBTree.nullTree
          more or less a hack to indicate that a geometry has no pick tree.
 

Methods in de.jreality.scene.pick that return AABBTree
static AABBTree AABBTree.construct(double[][] coords, int[][] faces)
           
static AABBTree AABBTree.construct(double[][] coords, int[][] faces, int maxPolysPerLeaf)
           
static AABBTree AABBTree.construct(IndexedFaceSet faceSet)
           
static AABBTree AABBTree.construct(IndexedFaceSet faceSet, int maxPolysPerLeaf)