Uses of Class
org.hipparchus.geometry.spherical.oned.LimitAngle
Packages that use LimitAngle
Package
Description
This package provides basic geometry components on the 1-sphere.
This package provides basic geometry components on the 2-sphere.
-
Uses of LimitAngle in org.hipparchus.geometry.spherical.oned
Methods in org.hipparchus.geometry.spherical.oned that return LimitAngleModifier and TypeMethodDescriptionLimitAngle.copySelf()
Copy the instance.LimitAngle.getReverse()
Get the reverse of the instance.Methods in org.hipparchus.geometry.spherical.oned that return types with arguments of type LimitAngleModifier and TypeMethodDescriptionSubLimitAngle.split
(LimitAngle hyperplane) Split the instance in two parts by an hyperplane.Methods in org.hipparchus.geometry.spherical.oned with parameters of type LimitAngleModifier and TypeMethodDescriptionprotected SubLimitAngle
SubLimitAngle.buildNew
(LimitAngle hyperplane, Region<Sphere1D, S1Point, LimitAngle, SubLimitAngle> remainingRegion) Build a sub-hyperplane from an hyperplane and a region.boolean
LimitAngle.sameOrientationAs
(LimitAngle other) Check if the instance has the same orientation as another hyperplane.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 LimitAngleModifier and TypeMethodDescriptionArcsSet.buildNew
(BSPTree<Sphere1D, S1Point, LimitAngle, SubLimitAngle> tree) Build a region using the instance as a prototype.protected SubLimitAngle
SubLimitAngle.buildNew
(LimitAngle hyperplane, Region<Sphere1D, S1Point, LimitAngle, SubLimitAngle> remainingRegion) Build a sub-hyperplane from an hyperplane and a region.Constructors in org.hipparchus.geometry.spherical.oned with parameters of type LimitAngleModifierConstructorDescriptionSubLimitAngle
(LimitAngle hyperplane, Region<Sphere1D, S1Point, LimitAngle, SubLimitAngle> remainingRegion) Simple constructor.Constructor parameters in org.hipparchus.geometry.spherical.oned with type arguments of type LimitAngleModifierConstructorDescriptionArcsSet
(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 LimitAngle in org.hipparchus.geometry.spherical.twod
Methods in org.hipparchus.geometry.spherical.twod that return types with arguments of type LimitAngleModifier and TypeMethodDescriptionCircle.getTransform
(Rotation rotation) Get aTransform
embedding a 3D rotation.Method parameters in org.hipparchus.geometry.spherical.twod with type arguments of type LimitAngleModifier and TypeMethodDescriptionprotected SubCircle
SubCircle.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 LimitAngleModifierConstructorDescriptionSubCircle
(Circle hyperplane, Region<Sphere1D, S1Point, LimitAngle, SubLimitAngle> remainingRegion) Simple constructor.