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 CircleEdge. circleCircle 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. circlesCircles bound with this vertex.Methods in org.apache.commons.math3.geometry.spherical.twod that return Circle Modifier and Type Method Description CircleCircle.CircleTransform. apply(Hyperplane<Sphere2D> hyperplane)Transform an hyperplane of a space.CircleCircle. copySelf()Copy the instance.CircleEdge. getCircle()Get the circle supporting this edge.CircleCircle. getReverse()Get the reverse of the instance.(package private) CircleVertex. 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 VertexEdge. 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) voidVertex. bindWith(Circle circle)Bind a circle considered to contain this vertex.ArcCircle. getInsideArc(Circle other)Get the arc of the instance that lies inside the other circle.(package private) voidEdge. 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.
-