Uses of Class
org.hipparchus.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.hipparchus.geometry.spherical.twod
Methods in org.hipparchus.geometry.spherical.twod that return CircleModifier and TypeMethodDescriptionCircle.copySelf()
Copy the instance.Edge.getCircle()
Get the circle supporting this edge.Circle.getReverse()
Get the reverse of the instance.Methods in org.hipparchus.geometry.spherical.twod that return types with arguments of type CircleModifier and TypeMethodDescriptionCircle.getTransform
(Rotation rotation) Get aTransform
embedding a 3D rotation.Split the instance in two parts by an hyperplane.Methods in org.hipparchus.geometry.spherical.twod with parameters of type CircleModifier and TypeMethodDescriptionprotected SubCircle
SubCircle.buildNew
(Circle hyperplane, Region<Sphere1D, S1Point, LimitAngle, SubLimitAngle> remainingRegion) Build a sub-hyperplane from an hyperplane and a region.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.Split the instance in two parts by an hyperplane.Method parameters in org.hipparchus.geometry.spherical.twod with type arguments of type CircleModifier and TypeMethodDescriptionBuild a region using the instance as a prototype.Constructors in org.hipparchus.geometry.spherical.twod with parameters of type CircleModifierConstructorDescriptionCopy 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