Uses of Class
org.hipparchus.geometry.spherical.oned.Sphere1D
-
Packages that use Sphere1D 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 Sphere1D in org.hipparchus.geometry.spherical.oned
Methods in org.hipparchus.geometry.spherical.oned that return Sphere1D Modifier and Type Method Description static Sphere1D
Sphere1D. getInstance()
Get the unique instance.Methods in org.hipparchus.geometry.spherical.oned that return types with arguments of type Sphere1D Modifier and Type Method Description BoundaryProjection<Sphere1D,S1Point>
ArcsSet. projectToBoundary(S1Point point)
Project a point on the boundary of the region.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 Sphere1D Modifier and Type Method Description ArcsSet
ArcsSet. 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.Constructor parameters in org.hipparchus.geometry.spherical.oned with type arguments of type Sphere1D Constructor Description 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 Sphere1D in org.hipparchus.geometry.spherical.twod
Methods in org.hipparchus.geometry.spherical.twod that return Sphere1D Modifier and Type Method Description Sphere1D
Sphere2D. getSubSpace()
Get the n-1 dimension subspace of this space.Methods in org.hipparchus.geometry.spherical.twod that return types with arguments of type Sphere1D Modifier and Type Method Description static Transform<Sphere2D,S2Point,Circle,SubCircle,Sphere1D,S1Point,LimitAngle,SubLimitAngle>
Circle. getTransform(Rotation rotation)
Get aTransform
embedding a 3D rotation.Method parameters in org.hipparchus.geometry.spherical.twod with type arguments of type Sphere1D Modifier and Type Method Description protected 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 Sphere1D Constructor Description SubCircle(Circle hyperplane, Region<Sphere1D,S1Point,LimitAngle,SubLimitAngle> remainingRegion)
Simple constructor.
-