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) 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 CircleModifier and TypeMethodDescriptionprivate VertexEdge.addSubEdge(Vertex subStart, Vertex subEnd, double subLength, List<Edge> list, Circle splitCircle) Add a sub-edge to a list if long enough.(package private) voidBind 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) voidSplit the edge.Constructors in org.apache.commons.math3.geometry.spherical.twod with parameters of type Circle