Uses of Class
uk.ac.ed.computational_geometry.util.BSPTree.Plane

Packages that use BSPTree.Plane
uk.ac.ed.computational_geometry.util   
 

Uses of BSPTree.Plane in uk.ac.ed.computational_geometry.util
 

Fields in uk.ac.ed.computational_geometry.util declared as BSPTree.Plane
protected  BSPTree.Plane BSPTree.Sort.plane
           
 

Methods in uk.ac.ed.computational_geometry.util that return BSPTree.Plane
 BSPTree.Plane BSPTree.Plane.next()
           
static BSPTree.Plane BSPTree.Plane.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BSPTree.Plane[] BSPTree.Plane.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in uk.ac.ed.computational_geometry.util with parameters of type BSPTree.Plane
protected  BSPTree.BSPTreeNode BSPTree.buildTree(List<javax.vecmath.Point3d> points, BSPTree.Plane plane)
           
 

Constructors in uk.ac.ed.computational_geometry.util with parameters of type BSPTree.Plane
BSPTree.Sort(BSPTree.Plane plane)