Package | Description |
---|---|
org.apache.commons.geometry.spherical.twod |
This package provides basic geometry components on the 2-sphere.
|
Modifier and Type | Method and Description |
---|---|
GreatArcPath.Builder |
GreatArcPath.Builder.append(GreatArc arc)
Append an arc to the end of the path.
|
GreatArcPath.Builder |
GreatArcPath.Builder.append(Point2S vertex)
Add a vertex to the end of this path.
|
GreatArcPath.Builder |
GreatArcPath.Builder.appendVertices(Collection<Point2S> vertices)
Convenience method for appending a collection of vertices to the path in a single
method call.
|
GreatArcPath.Builder |
GreatArcPath.Builder.appendVertices(Point2S... vertices)
Convenience method for appending multiple vertices to the path at once.
|
static GreatArcPath.Builder |
GreatArcPath.builder(Precision.DoubleEquivalence precision)
Return a
GreatArcPath.Builder instance configured with the given precision
context. |
GreatArcPath.Builder |
GreatArcPath.Builder.prepend(GreatArc arc)
Prepend an arc to the beginning of the path.
|
GreatArcPath.Builder |
GreatArcPath.Builder.prepend(Point2S vertex)
Add a vertex to the front of this path.
|
GreatArcPath.Builder |
GreatArcPath.Builder.prependPoints(Collection<Point2S> vertices)
Convenience method for prepending a collection of vertices to the path in a single method call.
|
GreatArcPath.Builder |
GreatArcPath.Builder.prependPoints(Point2S... vertices)
Convenience method for prepending multiple vertices to the path in a single method call.
|
GreatArcPath.Builder |
GreatArcPath.Builder.setPrecision(Precision.DoubleEquivalence builderPrecision)
Set the precision context.
|
Copyright © 2016–2021 The Apache Software Foundation. All rights reserved.