Uses of Class
org.hipparchus.geometry.spherical.twod.Sphere2D
-
Packages that use Sphere2D Package Description org.hipparchus.geometry.spherical.twod This package provides basic geometry components on the 2-sphere. -
-
Uses of Sphere2D in org.hipparchus.geometry.spherical.twod
Methods in org.hipparchus.geometry.spherical.twod that return Sphere2D Modifier and Type Method Description static Sphere2D
Sphere2D. getInstance()
Get the unique instance.Methods in org.hipparchus.geometry.spherical.twod that return types with arguments of type Sphere2D Modifier and Type Method Description EnclosingBall<Sphere2D,S2Point>
SphericalPolygonsSet. getEnclosingCap()
Get a spherical cap enclosing the polygon.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.Method parameters in org.hipparchus.geometry.spherical.twod with type arguments of type Sphere2D Modifier and Type Method Description SphericalPolygonsSet
SphericalPolygonsSet. buildNew(BSPTree<Sphere2D,S2Point,Circle,SubCircle> tree)
Build a region using the instance as a prototype.Constructor parameters in org.hipparchus.geometry.spherical.twod with type arguments of type Sphere2D Constructor Description SphericalPolygonsSet(BSPTree<Sphere2D,S2Point,Circle,SubCircle> tree, double tolerance)
Build a polygons set from a BSP tree.
-