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 S2Point
S2Point.MINUS_I
-I (coordinates: ).static final S2Point
S2Point.MINUS_J
-J (coordinates: ).static final S2Point
S2Point.MINUS_K
-K (coordinates: ).static final S2Point
S2Point.NaN
A vector with all coordinates set to NaN.static final S2Point
S2Point.PLUS_I
+I (coordinates: ).static final S2Point
S2Point.PLUS_J
+J (coordinates: )).static final S2Point
S2Point.PLUS_K
+K (coordinates: ).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 aTransform
embedding 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 TypeMethodDescriptiondouble
Compute the distance between the instance and another point.static double
Compute the distance (angular separation) between two points.Get the arc on this circle between two defining points.double
Get 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