Uses of Class
org.hipparchus.geometry.spherical.twod.SubCircle
-
Packages that use SubCircle Package Description org.hipparchus.geometry.spherical.twod This package provides basic geometry components on the 2-sphere. -
-
Uses of SubCircle in org.hipparchus.geometry.spherical.twod
Methods in org.hipparchus.geometry.spherical.twod that return SubCircle Modifier and Type Method Description protected SubCircleSubCircle. buildNew(Circle hyperplane, Region<Sphere1D,S1Point,LimitAngle,SubLimitAngle> remainingRegion)Build a sub-hyperplane from an hyperplane and a region.SubCircleCircle. emptyHyperplane()Build a sub-hyperplane covering nothing.SubCircleCircle. wholeHyperplane()Build a sub-hyperplane covering the whole hyperplane.Methods in org.hipparchus.geometry.spherical.twod that return types with arguments of type SubCircle Modifier and Type Method Description static Transform<Sphere2D,S2Point,Circle,SubCircle,Sphere1D,S1Point,LimitAngle,SubLimitAngle>Circle. getTransform(Rotation rotation)Get aTransformembedding 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 SubCircle Modifier and Type Method Description SphericalPolygonsSetSphericalPolygonsSet. 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 SubCircle Constructor Description SphericalPolygonsSet(Collection<SubCircle> boundary, double tolerance)Build a polygons set from a Boundary REPresentation (B-rep).SphericalPolygonsSet(BSPTree<Sphere2D,S2Point,Circle,SubCircle> tree, double tolerance)Build a polygons set from a BSP tree.
-