Uses of Class
org.apache.commons.math3.geometry.spherical.twod.Circle
Packages that use Circle
Package
Description
This package provides basic geometry components on the 2-sphere.
-
Uses of Circle in org.apache.commons.math3.geometry.spherical.twod
Fields in org.apache.commons.math3.geometry.spherical.twod declared as CircleFields in org.apache.commons.math3.geometry.spherical.twod with type parameters of type CircleMethods in org.apache.commons.math3.geometry.spherical.twod that return CircleModifier and TypeMethodDescriptionCircle.CircleTransform.apply
(Hyperplane<Sphere2D> hyperplane) Transform an hyperplane of a space.Circle.copySelf()
Copy the instance.Edge.getCircle()
Get the circle supporting this edge.Circle.getReverse()
Get the reverse of the instance.(package private) Circle
Vertex.sharedCircleWith
(Vertex vertex) Get the common circle bound with both the instance and another vertex, if any.Methods in org.apache.commons.math3.geometry.spherical.twod with parameters of type CircleModifier and TypeMethodDescriptionprivate Vertex
Edge.addSubEdge
(Vertex subStart, Vertex subEnd, double subLength, List<Edge> list, Circle splitCircle) Add a sub-edge to a list if long enough.(package private) void
Bind a circle considered to contain this vertex.Circle.getInsideArc
(Circle other) Get the arc of the instance that lies inside the other circle.(package private) void
Split the edge.Constructors in org.apache.commons.math3.geometry.spherical.twod with parameters of type Circle