Home
last modified time | relevance | path

Searched defs:BSPTree (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/partitioning/
H A DBSPTree.java68 public class BSPTree<S extends Space> { class
87 public BSPTree() { in BSPTree() method in BSPTree
98 public BSPTree(final Object attribute) { in BSPTree() method in BSPTree
119 public BSPTree(final SubHyperplane<S> cut, final BSPTree<S> plus, final BSPTree<S> minus, in BSPTree() method in BSPTree