Uses of Class
org.apache.commons.math3.geometry.spherical.twod.Circle
-
Packages that use Circle Package Description org.apache.commons.math3.geometry.spherical.twod 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 Circle Modifier and Type Field Description private Circle
Edge. circle
Circle supporting the edge.Fields in org.apache.commons.math3.geometry.spherical.twod with type parameters of type Circle Modifier and Type Field Description private java.util.List<Circle>
Vertex. circles
Circles bound with this vertex.Methods in org.apache.commons.math3.geometry.spherical.twod that return Circle Modifier and Type Method Description Circle
Circle.CircleTransform. apply(Hyperplane<Sphere2D> hyperplane)
Transform an hyperplane of a space.Circle
Circle. copySelf()
Copy the instance.Circle
Edge. getCircle()
Get the circle supporting this edge.Circle
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 Circle Modifier and Type Method Description private Vertex
Edge. addSubEdge(Vertex subStart, Vertex subEnd, double subLength, java.util.List<Edge> list, Circle splitCircle)
Add a sub-edge to a list if long enough.(package private) void
Vertex. bindWith(Circle circle)
Bind a circle considered to contain this vertex.Arc
Circle. getInsideArc(Circle other)
Get the arc of the instance that lies inside the other circle.(package private) void
Edge. split(Circle splitCircle, java.util.List<Edge> outsideList, java.util.List<Edge> insideList)
Split the edge.Constructors in org.apache.commons.math3.geometry.spherical.twod with parameters of type Circle Constructor Description Circle(Circle circle)
Copy constructor.Edge(Vertex start, Vertex end, double length, Circle circle)
Build an edge not contained in any node yet.
-