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 |
---|---|
static AngularInterval.Convex |
AngularInterval.full()
Return an instance representing the full space.
|
static AngularInterval.Convex |
AngularInterval.Convex.of(CutAngle a,
CutAngle b)
Return an instance representing the convex angular interval between the given oriented points.
|
static AngularInterval.Convex |
AngularInterval.Convex.of(double min,
double max,
Precision.DoubleEquivalence precision)
Return an instance representing the convex angular interval between the given min and max azimuth
values.
|
static AngularInterval.Convex |
AngularInterval.Convex.of(Point1S min,
Point1S max,
Precision.DoubleEquivalence precision)
Return an instance representing the convex angular interval between the given min and max azimuth
points.
|
AngularInterval.Convex |
AngularInterval.Convex.transform(Transform<Point1S> transform)
Return a new instance transformed by the argument.
|
Modifier and Type | Method and Description |
---|---|
Split<AngularInterval.Convex> |
AngularInterval.Convex.splitDiameter(CutAngle splitter)
Split the instance along a circle diameter.The diameter is defined by the given split point and
its reversed antipodal point.
|
List<AngularInterval.Convex> |
AngularInterval.toConvex()
Return a list of convex intervals comprising this region.
|
List<AngularInterval.Convex> |
AngularInterval.Convex.toConvex()
Return a list of convex intervals comprising this region.
|
Modifier and Type | Method and Description |
---|---|
AngularInterval.Convex |
GreatArc.getInterval()
Get the angular interval for the arc.
|
AngularInterval.Convex |
GreatArc.getSubspaceRegion() |
Modifier and Type | Method and Description |
---|---|
GreatArc |
GreatCircle.arc(AngularInterval.Convex interval)
Create an arc on this circle consisting of the given subspace interval.
|
static GreatArc |
GreatCircles.arcFromInterval(GreatCircle circle,
AngularInterval.Convex interval)
Construct an arc from a great circle and an angular interval.
|
Copyright © 2016–2021 The Apache Software Foundation. All rights reserved.