Uses of Class
org.hipparchus.geometry.spherical.twod.Circle
-
Packages that use Circle Package Description org.hipparchus.geometry.spherical.twod This package provides basic geometry components on the 2-sphere. -
-
Uses of Circle in org.hipparchus.geometry.spherical.twod
Methods in org.hipparchus.geometry.spherical.twod that return Circle Modifier and Type Method Description Circle
Circle. copySelf()
Copy the instance.Circle
Edge. getCircle()
Get the circle supporting this edge.Circle
Circle. getReverse()
Get the reverse of the instance.Methods in org.hipparchus.geometry.spherical.twod that return types with arguments of type Circle Modifier and Type Method Description static Transform<Sphere2D,S2Point,Circle,SubCircle,Sphere1D,S1Point,LimitAngle,SubLimitAngle>
Circle. getTransform(Rotation rotation)
Get aTransform
embedding a 3D rotation.SubHyperplane.SplitSubHyperplane<Sphere2D,S2Point,Circle,SubCircle>
SubCircle. split(Circle hyperplane)
Split the instance in two parts by an hyperplane.Methods in org.hipparchus.geometry.spherical.twod with parameters of type Circle Modifier and Type Method Description protected SubCircle
SubCircle. buildNew(Circle hyperplane, Region<Sphere1D,S1Point,LimitAngle,SubLimitAngle> remainingRegion)
Build a sub-hyperplane from an hyperplane and a region.Arc
Circle. getInsideArc(Circle other)
Get the arc of the instance that lies inside the other circle.boolean
Circle. sameOrientationAs(Circle other)
Check if the instance has the same orientation as another hyperplane.SubHyperplane.SplitSubHyperplane<Sphere2D,S2Point,Circle,SubCircle>
SubCircle. split(Circle hyperplane)
Split the instance in two parts by an hyperplane.Method parameters in org.hipparchus.geometry.spherical.twod with type arguments of type Circle Modifier and Type Method Description SphericalPolygonsSet
SphericalPolygonsSet. buildNew(BSPTree<Sphere2D,S2Point,Circle,SubCircle> tree)
Build a region using the instance as a prototype.Constructors in org.hipparchus.geometry.spherical.twod with parameters of type Circle Constructor Description Circle(Circle circle)
Copy constructor.SubCircle(Circle hyperplane, Region<Sphere1D,S1Point,LimitAngle,SubLimitAngle> remainingRegion)
Simple constructor.Constructor parameters in org.hipparchus.geometry.spherical.twod with type arguments of type Circle Constructor Description SphericalPolygonsSet(BSPTree<Sphere2D,S2Point,Circle,SubCircle> tree, double tolerance)
Build a polygons set from a BSP tree.
-