Uses of Class
org.apache.commons.math3.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.apache.commons.math3.geometry.spherical.twod
Fields in org.apache.commons.math3.geometry.spherical.twod declared as S2PointModifier and TypeFieldDescriptionprivate final S2Point
Vertex.location
Vertex location.static final S2Point
S2Point.MINUS_I
-I (coordinates: \( \theta = \pi, \varphi = \pi/2 \)).static final S2Point
S2Point.MINUS_J
-J (coordinates: \( \theta = 3\pi/2, \varphi = \pi/2 \)).static final S2Point
S2Point.MINUS_K
-K (coordinates: \( \theta = any angle, \varphi = \pi \)).static final S2Point
S2Point.NaN
A vector with all coordinates set to NaN.static final S2Point
S2Point.PLUS_I
+I (coordinates: \( \theta = 0, \varphi = \pi/2 \)).static final S2Point
S2Point.PLUS_J
+J (coordinates: \( \theta = \pi/2, \varphi = \pi/2 \))).static final S2Point
S2Point.PLUS_K
+K (coordinates: \( \theta = any angle, \varphi = 0 \)).Methods in org.apache.commons.math3.geometry.spherical.twod that return S2PointModifier and TypeMethodDescriptionTransform a point of a space.private static S2Point[]
SphericalPolygonsSet.createRegularPolygonVertices
(Vector3D center, Vector3D meridian, double outsideRadius, int n) Build the vertices representing a regular polygon.PropertiesComputer.getBarycenter()
Get the barycenter.Vertex.getLocation()
Get Vertex location.S2Point.negate()
Get the opposite of the instance.Transform a sub-space point into a space point.Methods in org.apache.commons.math3.geometry.spherical.twod that return types with arguments of type S2PointModifier and TypeMethodDescriptionSphericalPolygonsSet.getEnclosingCap()
Get a spherical cap enclosing the polygon.Methods in org.apache.commons.math3.geometry.spherical.twod with parameters of type S2PointModifier and TypeMethodDescriptionstatic double
Compute the distance (angular separation) between two points.SphericalPolygonsSet.verticesToTree
(double hyperplaneThickness, S2Point... vertices) Build the BSP tree of a polygons set from a simple list of vertices.Constructors in org.apache.commons.math3.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.(package private)
Build a non-processed vertex not owned by any node yet.