Uses of Class
org.hipparchus.geometry.spherical.oned.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
Modifier and TypeMethodDescriptionstatic Sphere1D
Sphere1D.getInstance()
Get the unique instance.Modifier and TypeMethodDescriptionprotected AbstractSubHyperplane<Sphere1D,
Sphere1D> SubLimitAngle.buildNew
(Hyperplane<Sphere1D> hyperplane, Region<Sphere1D> remainingRegion) Build a sub-hyperplane from an hyperplane and a region.protected AbstractSubHyperplane<Sphere1D,
Sphere1D> SubLimitAngle.buildNew
(Hyperplane<Sphere1D> hyperplane, Region<Sphere1D> remainingRegion) Build a sub-hyperplane from an hyperplane and a region.Project a point to the hyperplane.ArcsSet.projectToBoundary
(Point<Sphere1D> point) Project a point on the boundary of the region.SubLimitAngle.split
(Hyperplane<Sphere1D> hyperplane) Split the instance in two parts by an hyperplane.Modifier and TypeMethodDescriptionBuild a region using the instance as a prototype.protected AbstractSubHyperplane<Sphere1D,
Sphere1D> SubLimitAngle.buildNew
(Hyperplane<Sphere1D> hyperplane, Region<Sphere1D> remainingRegion) Build a sub-hyperplane from an hyperplane and a region.protected AbstractSubHyperplane<Sphere1D,
Sphere1D> SubLimitAngle.buildNew
(Hyperplane<Sphere1D> hyperplane, Region<Sphere1D> remainingRegion) Build a sub-hyperplane from an hyperplane and a region.double
Compute the distance between the instance and another point.double
Get the offset (oriented distance) of a point.Project a point to the hyperplane.ArcsSet.projectToBoundary
(Point<Sphere1D> point) Project a point on the boundary of the region.boolean
LimitAngle.sameOrientationAs
(Hyperplane<Sphere1D> other) Check if the instance has the same orientation as another hyperplane.SubLimitAngle.split
(Hyperplane<Sphere1D> hyperplane) Split the instance in two parts by an hyperplane.ModifierConstructorDescriptionArcsSet
(Collection<SubHyperplane<Sphere1D>> boundary, double tolerance) Build an arcs set from a Boundary REPresentation (B-rep).Build an arcs set from an inside/outside BSP tree.SubLimitAngle
(Hyperplane<Sphere1D> hyperplane, Region<Sphere1D> remainingRegion) Simple constructor.SubLimitAngle
(Hyperplane<Sphere1D> hyperplane, Region<Sphere1D> remainingRegion) Simple constructor. -
Uses of Sphere1D in org.hipparchus.geometry.spherical.twod
Modifier and TypeMethodDescriptionSphere2D.getSubSpace()
Get the n-1 dimension subspace of this space.Modifier and TypeMethodDescriptionprotected AbstractSubHyperplane<Sphere2D,
Sphere1D> SubCircle.buildNew
(Hyperplane<Sphere2D> hyperplane, Region<Sphere1D> remainingRegion) Build a sub-hyperplane from an hyperplane and a region.Circle.getTransform
(Rotation rotation) Get aTransform
embedding a 3D rotation.Modifier and TypeMethodDescriptionprotected AbstractSubHyperplane<Sphere2D,
Sphere1D> SubCircle.buildNew
(Hyperplane<Sphere2D> hyperplane, Region<Sphere1D> remainingRegion) Build a sub-hyperplane from an hyperplane and a region.Transform a sub-space point into a space point.ModifierConstructorDescriptionSubCircle
(Hyperplane<Sphere2D> hyperplane, Region<Sphere1D> remainingRegion) Simple constructor.