Uses of Class
org.hipparchus.geometry.spherical.oned.S1Point
-
Packages that use S1Point 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 S1Point in org.hipparchus.geometry.spherical.oned
Fields in org.hipparchus.geometry.spherical.oned declared as S1Point Modifier and Type Field Description static S1PointS1Point. NaNA vector with all coordinates set to NaN.Methods in org.hipparchus.geometry.spherical.oned that return S1Point Modifier and Type Method Description S1PointLimitAngle. getLocation()Get the hyperplane location on the circle.Methods in org.hipparchus.geometry.spherical.oned with parameters of type S1Point Modifier and Type Method Description static doubleS1Point. distance(S1Point p1, S1Point p2)Compute the distance (angular separation) between two points.doubleArc. getOffset(S1Point point)Get the distance (arc length) from a point to the edge of the arc.Constructors in org.hipparchus.geometry.spherical.oned with parameters of type S1Point Constructor Description LimitAngle(S1Point location, boolean direct, double tolerance)Simple constructor. -
Uses of S1Point in org.hipparchus.geometry.spherical.twod
Methods in org.hipparchus.geometry.spherical.twod that return S1Point Modifier and Type Method Description S1PointCircle. toSubSpace(Point<Sphere2D> point)Transform a space point into a sub-space point.
-