RegionBSPTree2S |
RegionBSPTree2S.copy() |
Return a deep copy of this instance.
|
static RegionBSPTree2S |
RegionBSPTree2S.empty() |
Return a new, empty BSP tree.
|
static RegionBSPTree2S |
RegionBSPTree2S.from(java.lang.Iterable<GreatArc> boundaries) |
Construct a new tree from the given boundaries.
|
static RegionBSPTree2S |
RegionBSPTree2S.from(java.lang.Iterable<GreatArc> boundaries,
boolean full) |
Construct a new tree from the given boundaries.
|
static RegionBSPTree2S |
RegionBSPTree2S.full() |
Return a new, full BSP tree.
|
default RegionBSPTree2S |
BoundarySource2S.toTree() |
Return a BSP tree constructed from the boundaries contained in this
instance.
|
RegionBSPTree2S |
ConvexArea2S.toTree() |
Return a BSP tree representing the same region as this instance.
|
RegionBSPTree2S |
RegionBSPTree2S.toTree() |
Return the current instance.
|