Example usage for Java org.apache.commons.math3.geometry.partitioning BSPTree fields, constructors, methods, implement or subclass
The text is from its open source code.
BSPTree() Build a tree having only one root cell representing the whole space. |
Object | getAttribute() Get the attribute associated with the instance. |
SubHyperplane | getCut() Get the cut sub-hyperplane. |
BSPTree | getMinus() Get the tree on the minus side of the cut hyperplane. |
BSPTree | getPlus() Get the tree on the plus side of the cut hyperplane. |
boolean | insertCut(final Hyperplane Insert a cut sub-hyperplane in a node. |
void | setAttribute(final Object attribute) Associate an attribute with the instance. |