Uses of Class
org.hipparchus.geometry.spherical.twod.S2Point
Packages that use S2Point
Package
Description
 This package provides basic geometry components on the 2-sphere.
- 
Uses of S2Point in org.hipparchus.geometry.spherical.twod
Fields in org.hipparchus.geometry.spherical.twod declared as S2PointModifier and TypeFieldDescriptionstatic final S2PointS2Point.MINUS_I-I (coordinates: \( \theta = \pi, \varphi = \pi/2 \)).static final S2PointS2Point.MINUS_J-J (coordinates: \( \theta = 3\pi/2, \varphi = \pi/2 \)).static final S2PointS2Point.MINUS_K-K (coordinates: \( \theta = any angle, \varphi = \pi \)).static final S2PointS2Point.NaNA vector with all coordinates set to NaN.static final S2PointS2Point.PLUS_I+I (coordinates: \( \theta = 0, \varphi = \pi/2 \)).static final S2PointS2Point.PLUS_J+J (coordinates: \( \theta = \pi/2, \varphi = \pi/2 \))).static final S2PointS2Point.PLUS_K+K (coordinates: \( \theta = any angle, \varphi = 0 \)).Methods in org.hipparchus.geometry.spherical.twod that return S2PointModifier and TypeMethodDescriptionCircle.arbitraryPoint()Get an arbitrary point in the hyperplane.SphericalPolygonsSet.getInteriorPoint()Get an interior point.SubCircle.getInteriorPoint()Get an interior point.Vertex.getLocation()Get Vertex location.Circle.moveToOffset(S2Point point, double offset) Move point up to specified offset.S2Point.moveTowards(S2Point other, double ratio) Move towards another point.S2Point.negate()Get the opposite of the instance.Project a point to the hyperplane.Transform a sub-space point into a space point.Methods in org.hipparchus.geometry.spherical.twod that return types with arguments of type S2PointModifier and TypeMethodDescriptionSphericalPolygonsSet.getEnclosingCap()Get a spherical cap enclosing the polygon.Circle.getTransform(Rotation rotation) Get aTransformembedding a 3D rotation.Split the instance in two parts by an hyperplane.Methods in org.hipparchus.geometry.spherical.twod with parameters of type S2PointModifier and TypeMethodDescriptiondoubleCompute the distance between the instance and another point.static doubleCompute the distance (angular separation) between two points.Get the arc on this circle between two defining points.doubleGet the offset (oriented distance) of a point.Circle.moveToOffset(S2Point point, double offset) Move point up to specified offset.S2Point.moveTowards(S2Point other, double ratio) Move towards another point.Project a point to the hyperplane.Circle.toSubSpace(S2Point point) Transform a space point into a sub-space point.Method parameters in org.hipparchus.geometry.spherical.twod with type arguments of type S2PointModifier and TypeMethodDescriptionBuild a region using the instance as a prototype.Constructors in org.hipparchus.geometry.spherical.twod with parameters of type S2PointModifierConstructorDescriptionBuild a great circle from two non-aligned points.SphericalPolygonsSet(double hyperplaneThickness, S2Point... vertices) Build a polygon from a simple list of vertices.Constructor parameters in org.hipparchus.geometry.spherical.twod with type arguments of type S2Point