Uses of Class
org.hipparchus.geometry.spherical.oned.Sphere1D
Packages that use Sphere1D
Package
Description
 This package provides basic geometry components on the 1-sphere.
 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 Sphere1DModifier and TypeMethodDescriptionstatic Sphere1DSphere1D.getInstance()Get the unique instance.Methods in org.hipparchus.geometry.spherical.oned that return types with arguments of type Sphere1DModifier and TypeMethodDescriptionArcsSet.projectToBoundary(S1Point point) Project a point on the boundary of the region.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 Sphere1DModifier 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 Sphere1DModifierConstructorDescriptionArcsSet(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 Sphere1DModifier and TypeMethodDescriptionSphere2D.getSubSpace()Get the n-1 dimension subspace of this space.Methods in org.hipparchus.geometry.spherical.twod that return types with arguments of type Sphere1DModifier and TypeMethodDescriptionCircle.getTransform(Rotation rotation) Get aTransformembedding a 3D rotation.Method parameters in org.hipparchus.geometry.spherical.twod with type arguments of type Sphere1DModifier 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 Sphere1DModifierConstructorDescriptionSubCircle(Circle hyperplane, Region<Sphere1D, S1Point, LimitAngle, SubLimitAngle> remainingRegion) Simple constructor.