Uses of Class
org.hipparchus.geometry.spherical.oned.SubLimitAngle
Packages that use SubLimitAngle
Package
Description
 This package provides basic geometry components on the 1-sphere.
 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 SubLimitAngleModifier and TypeMethodDescriptionprotected SubLimitAngleSubLimitAngle.buildNew(LimitAngle hyperplane, Region<Sphere1D, S1Point, LimitAngle, SubLimitAngle> remainingRegion) Build a sub-hyperplane from an hyperplane and a region.LimitAngle.emptyHyperplane()Build a sub-hyperplane covering nothing.LimitAngle.wholeHyperplane()Build a region covering the whole hyperplane.Methods in org.hipparchus.geometry.spherical.oned that return types with arguments of type SubLimitAngleModifier and TypeMethodDescriptionSubLimitAngle.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 SubLimitAngleModifier and TypeMethodDescriptionArcsSet.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 SubLimitAngleModifierConstructorDescriptionArcsSet(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 SubLimitAngleModifier and TypeMethodDescriptionCircle.getTransform(Rotation rotation) Get aTransformembedding a 3D rotation.Method parameters in org.hipparchus.geometry.spherical.twod with type arguments of type SubLimitAngleModifier and TypeMethodDescriptionprotected 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 SubLimitAngleModifierConstructorDescriptionSubCircle(Circle hyperplane, Region<Sphere1D, S1Point, LimitAngle, SubLimitAngle> remainingRegion) Simple constructor.