Package | Description |
---|---|
org.apache.commons.geometry.spherical.twod |
This package provides basic geometry components on the 2-sphere.
|
Modifier and Type | Method and Description |
---|---|
RegionBSPTree2S |
RegionBSPTree2S.copy()
Return a deep copy of this instance.
|
static RegionBSPTree2S |
RegionBSPTree2S.empty()
Return a new, empty BSP tree.
|
static RegionBSPTree2S |
RegionBSPTree2S.from(Iterable<GreatArc> boundaries)
Construct a new tree from the given boundaries.
|
static RegionBSPTree2S |
RegionBSPTree2S.from(Iterable<GreatArc> boundaries,
boolean full)
Construct a new tree from the given boundaries.
|
static RegionBSPTree2S |
RegionBSPTree2S.full()
Return a new, full BSP tree.
|
RegionBSPTree2S |
RegionBSPTree2S.toTree()
Return the current instance.
|
RegionBSPTree2S |
ConvexArea2S.toTree()
Return a BSP tree representing the same region as this instance.
|
default RegionBSPTree2S |
BoundarySource2S.toTree()
Return a BSP tree constructed from the boundaries contained in this
instance.
|
Modifier and Type | Method and Description |
---|---|
Split<RegionBSPTree2S> |
RegionBSPTree2S.split(Hyperplane<Point2S> splitter) |
Copyright © 2016–2021 The Apache Software Foundation. All rights reserved.