Uses of Class
org.hipparchus.geometry.spherical.oned.SubLimitAngle
-
Packages that use SubLimitAngle Package Description org.hipparchus.geometry.spherical.oned This package provides basic geometry components on the 1-sphere.org.hipparchus.geometry.spherical.twod This package provides basic geometry components on the 2-sphere. -
-
Uses of SubLimitAngle in org.hipparchus.geometry.spherical.oned
Methods in org.hipparchus.geometry.spherical.oned that return SubLimitAngle Modifier and Type Method Description protected SubLimitAngleSubLimitAngle. buildNew(LimitAngle hyperplane, Region<Sphere1D,S1Point,LimitAngle,SubLimitAngle> remainingRegion)Build a sub-hyperplane from an hyperplane and a region.SubLimitAngleLimitAngle. emptyHyperplane()Build a sub-hyperplane covering nothing.SubLimitAngleLimitAngle. wholeHyperplane()Build a region covering the whole hyperplane.Methods in org.hipparchus.geometry.spherical.oned that return types with arguments of type SubLimitAngle Modifier and Type Method Description SubHyperplane.SplitSubHyperplane<Sphere1D,S1Point,LimitAngle,SubLimitAngle>SubLimitAngle. split(LimitAngle hyperplane)Split the instance in two parts by an hyperplane.Method parameters in org.hipparchus.geometry.spherical.oned with type arguments of type SubLimitAngle Modifier and Type Method Description ArcsSetArcsSet. buildNew(BSPTree<Sphere1D,S1Point,LimitAngle,SubLimitAngle> tree)Build a region using the instance as a prototype.protected SubLimitAngleSubLimitAngle. buildNew(LimitAngle hyperplane, Region<Sphere1D,S1Point,LimitAngle,SubLimitAngle> remainingRegion)Build a sub-hyperplane from an hyperplane and a region.Constructor parameters in org.hipparchus.geometry.spherical.oned with type arguments of type SubLimitAngle Constructor Description ArcsSet(Collection<SubLimitAngle> boundary, double tolerance)Build an arcs set from a Boundary REPresentation (B-rep).ArcsSet(BSPTree<Sphere1D,S1Point,LimitAngle,SubLimitAngle> tree, double tolerance)Build an arcs set from an inside/outside BSP tree.SubLimitAngle(LimitAngle hyperplane, Region<Sphere1D,S1Point,LimitAngle,SubLimitAngle> remainingRegion)Simple constructor. -
Uses of SubLimitAngle in org.hipparchus.geometry.spherical.twod
Methods in org.hipparchus.geometry.spherical.twod that return types with arguments of type SubLimitAngle Modifier and Type Method Description static Transform<Sphere2D,S2Point,Circle,SubCircle,Sphere1D,S1Point,LimitAngle,SubLimitAngle>Circle. getTransform(Rotation rotation)Get aTransformembedding a 3D rotation.Method parameters in org.hipparchus.geometry.spherical.twod with type arguments of type SubLimitAngle 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.Constructor parameters in org.hipparchus.geometry.spherical.twod with type arguments of type SubLimitAngle Constructor Description SubCircle(Circle hyperplane, Region<Sphere1D,S1Point,LimitAngle,SubLimitAngle> remainingRegion)Simple constructor.
-