Java org.apache.commons.math3.geometry.partitioning BSPTree fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.math3.geometry.partitioning BSPTree fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.math3.geometry.partitioning BSPTree.

The text is from its open source code.

Constructor

BSPTree()
Build a tree having only one root cell representing the whole space.

Method

ObjectgetAttribute()
Get the attribute associated with the instance.
SubHyperplanegetCut()
Get the cut sub-hyperplane.
BSPTreegetMinus()
Get the tree on the minus side of the cut hyperplane.
BSPTreegetPlus()
Get the tree on the plus side of the cut hyperplane.
booleaninsertCut(final Hyperplane hyperplane)
Insert a cut sub-hyperplane in a node.
voidsetAttribute(final Object attribute)
Associate an attribute with the instance.