Package | Description |
---|---|
org.apache.commons.geometry.spherical.oned |
This package provides basic geometry components on the 1-sphere.
|
Modifier and Type | Class and Description |
---|---|
static class |
AngularInterval.Convex
Class representing an angular interval with the additional property that the
region is convex.
|
Modifier and Type | Method and Description |
---|---|
static AngularInterval |
AngularInterval.of(CutAngle a,
CutAngle b)
Return an instance representing the angular interval between the given oriented points.
|
static AngularInterval |
AngularInterval.of(double min,
double max,
Precision.DoubleEquivalence precision)
Return an instance representing the angular interval between the given min and max azimuth
values.
|
static AngularInterval |
AngularInterval.of(Point1S min,
Point1S max,
Precision.DoubleEquivalence precision)
Return an instance representing the angular interval between the given min and max azimuth
points.
|
AngularInterval |
AngularInterval.transform(Transform<Point1S> transform)
Return a new instance transformed by the argument.
|
Modifier and Type | Method and Description |
---|---|
List<AngularInterval> |
RegionBSPTree1S.toIntervals()
Convert the region represented by this tree into a list of separate
AngularInterval s, arranged in order of ascending min value. |
Modifier and Type | Method and Description |
---|---|
void |
RegionBSPTree1S.add(AngularInterval interval)
Add an interval to this region.
|
static RegionBSPTree1S |
RegionBSPTree1S.fromInterval(AngularInterval interval)
Return a new BSP tree representing the same region as the given angular interval.
|
Copyright © 2016–2021 The Apache Software Foundation. All rights reserved.