Uses of Class
org.hipparchus.geometry.spherical.oned.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
Modifier and TypeFieldDescriptionstatic final S1Point
S1Point.NaN
A vector with all coordinates set to NaN.Modifier and TypeMethodDescriptionLimitAngle.getLocation()
Get the hyperplane location on the circle.Modifier and TypeMethodDescriptionstatic double
Compute the distance (angular separation) between two points.double
Get the distance (arc length) from a point to the edge of the arc.ModifierConstructorDescriptionLimitAngle
(S1Point location, boolean direct, double tolerance) Simple constructor. -
Uses of S1Point in org.hipparchus.geometry.spherical.twod
Modifier and TypeMethodDescriptionCircle.toSubSpace
(Point<Sphere2D> point) Transform a space point into a sub-space point.