Uses of Class
org.hipparchus.geometry.spherical.oned.S1Point
Packages that use S1Point
Package
Description
This package provides basic geometry components on the 1-sphere.
This package provides basic geometry components on the 2-sphere.
-
Uses of S1Point in org.hipparchus.geometry.spherical.oned
Fields in org.hipparchus.geometry.spherical.oned declared as S1PointModifier and TypeFieldDescriptionstatic final S1Point
S1Point.NaN
A vector with all coordinates set to NaN.Methods in org.hipparchus.geometry.spherical.oned that return S1PointModifier and TypeMethodDescriptionLimitAngle.arbitraryPoint()
Get an arbitrary point in the hyperplane.ArcsSet.getInteriorPoint()
Get an interior point.SubLimitAngle.getInteriorPoint()
Get an interior point.LimitAngle.getLocation()
Get the hyperplane location on the circle.LimitAngle.moveToOffset
(S1Point point, double offset) Move point up to specified offset.S1Point.moveTowards
(S1Point other, double ratio) Move towards another point.Project a point to the hyperplane.Methods in org.hipparchus.geometry.spherical.oned that return types with arguments of type S1PointModifier 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.Methods in org.hipparchus.geometry.spherical.oned with parameters of type S1PointModifier and TypeMethodDescriptiondouble
Compute the distance between the instance and another point.static double
Compute the distance (angular separation) between two points.double
Get the distance (arc length) from a point to the edge of the arc.double
Get the offset (oriented distance) of a point.LimitAngle.moveToOffset
(S1Point point, double offset) Move point up to specified offset.S1Point.moveTowards
(S1Point other, double ratio) Move towards another point.Project a point to the hyperplane.ArcsSet.projectToBoundary
(S1Point point) Project a point on the boundary of the region.Method parameters in org.hipparchus.geometry.spherical.oned with type arguments of type S1PointModifier 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 S1PointModifierConstructorDescriptionLimitAngle
(S1Point location, boolean direct, double tolerance) Simple constructor.Constructor parameters in org.hipparchus.geometry.spherical.oned with type arguments of type S1PointModifierConstructorDescriptionArcsSet
(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 S1Point in org.hipparchus.geometry.spherical.twod
Methods in org.hipparchus.geometry.spherical.twod that return S1PointModifier and TypeMethodDescriptionCircle.toSubSpace
(S2Point point) Transform a space point into a sub-space point.Methods in org.hipparchus.geometry.spherical.twod that return types with arguments of type S1PointModifier and TypeMethodDescriptionCircle.getTransform
(Rotation rotation) Get aTransform
embedding a 3D rotation.Methods in org.hipparchus.geometry.spherical.twod with parameters of type S1PointModifier and TypeMethodDescriptionTransform a sub-space point into a space point.Method parameters in org.hipparchus.geometry.spherical.twod with type arguments of type S1PointModifier 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 S1PointModifierConstructorDescriptionSubCircle
(Circle hyperplane, Region<Sphere1D, S1Point, LimitAngle, SubLimitAngle> remainingRegion) Simple constructor.