Uses of Class
org.apache.commons.geometry.euclidean.twod.shape.Circle
-
Packages that use Circle Package Description org.apache.commons.geometry.euclidean.twod.shape This package provides utilities for constructing basic 2D shapes. -
-
Uses of Circle in org.apache.commons.geometry.euclidean.twod.shape
Fields in org.apache.commons.geometry.euclidean.twod.shape declared as Circle Modifier and Type Field Description private Circle
Circle.CircleApproximationBuilder. circle
Circle being approximated.Methods in org.apache.commons.geometry.euclidean.twod.shape that return Circle Modifier and Type Method Description static Circle
Circle. from(Vector2D center, double radius, org.apache.commons.numbers.core.Precision.DoubleEquivalence precision)
Construct a circle from a center point and radius.Constructors in org.apache.commons.geometry.euclidean.twod.shape with parameters of type Circle Constructor Description CircleApproximationBuilder(Circle circle, int segments)
Create a new instance for approximating the given circle.
-