Package | Description |
---|---|
org.apache.commons.geometry.spherical.oned |
This package provides basic geometry components on the 1-sphere.
|
org.apache.commons.geometry.spherical.twod |
This package provides basic geometry components on the 2-sphere.
|
Modifier and Type | Method and Description |
---|---|
RegionBSPTree1S |
RegionBSPTree1S.copy()
Return a deep copy of this instance.
|
static RegionBSPTree1S |
RegionBSPTree1S.empty()
Return a new, empty BSP tree.
|
static RegionBSPTree1S |
RegionBSPTree1S.fromInterval(AngularInterval interval)
Return a new BSP tree representing the same region as the given angular interval.
|
static RegionBSPTree1S |
RegionBSPTree1S.full()
Return a new, full BSP tree.
|
RegionBSPTree1S |
AngularInterval.toTree()
Return a
RegionBSPTree1S instance representing the same region
as this instance. |
Modifier and Type | Method and Description |
---|---|
Split<RegionBSPTree1S> |
RegionBSPTree1S.split(Hyperplane<Point1S> splitter) |
Split<RegionBSPTree1S> |
AngularInterval.split(Hyperplane<Point1S> splitter) |
Split<RegionBSPTree1S> |
RegionBSPTree1S.splitDiameter(CutAngle splitter)
Split the instance along a circle diameter.The diameter is defined by the given
split point and its reversed antipodal point.
|
Modifier and Type | Method and Description |
---|---|
RegionBSPTree1S |
EmbeddedTreeGreatCircleSubset.getSubspaceRegion() |
Constructor and Description |
---|
EmbeddedTreeGreatCircleSubset(GreatCircle circle,
RegionBSPTree1S region)
Construct a new instance from its defining great circle and subspace region.
|
Copyright © 2016–2021 The Apache Software Foundation. All rights reserved.