Uses of Class
org.apache.commons.geometry.spherical.twod.GreatArcPath.Builder
Packages that use GreatArcPath.Builder
Package
Description
This package provides basic geometry components on the 2-sphere.
-
Uses of GreatArcPath.Builder in org.apache.commons.geometry.spherical.twod
Methods in org.apache.commons.geometry.spherical.twod that return GreatArcPath.BuilderModifier and TypeMethodDescriptionAppend an arc to the end of the path.Add a vertex to the end of this path.GreatArcPath.Builder.appendVertices
(Collection<Point2S> vertices) Convenience method for appending a collection of vertices to the path in a single method call.GreatArcPath.Builder.appendVertices
(Point2S... vertices) Convenience method for appending multiple vertices to the path at once.static GreatArcPath.Builder
GreatArcPath.builder
(org.apache.commons.numbers.core.Precision.DoubleEquivalence precision) Return aGreatArcPath.Builder
instance configured with the given precision context.Prepend an arc to the beginning of the path.Add a vertex to the front of this path.GreatArcPath.Builder.prependPoints
(Collection<Point2S> vertices) Convenience method for prepending a collection of vertices to the path in a single method call.GreatArcPath.Builder.prependPoints
(Point2S... vertices) Convenience method for prepending multiple vertices to the path in a single method call.GreatArcPath.Builder.setPrecision
(org.apache.commons.numbers.core.Precision.DoubleEquivalence builderPrecision) Set the precision context.