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 S1Point
S1Point. NaN
A vector with all coordinates set to NaN.Methods in org.hipparchus.geometry.spherical.oned that return S1Point Modifier and Type Method Description S1Point
LimitAngle. arbitraryPoint()
Get an arbitrary point in the hyperplane.S1Point
ArcsSet. getInteriorPoint()
Get an interior point.S1Point
SubLimitAngle. getInteriorPoint()
Get an interior point.S1Point
LimitAngle. getLocation()
Get the hyperplane location on the circle.S1Point
LimitAngle. moveToOffset(S1Point point, double offset)
Move point up to specified offset.S1Point
S1Point. moveTowards(S1Point other, double ratio)
Move towards another point.S1Point
LimitAngle. project(S1Point point)
Project a point to the hyperplane.Methods in org.hipparchus.geometry.spherical.oned that return types with arguments of type S1Point Modifier and Type Method Description BoundaryProjection<Sphere1D,S1Point>
ArcsSet. projectToBoundary(S1Point point)
Project a point on the boundary of the region.SubHyperplane.SplitSubHyperplane<Sphere1D,S1Point,LimitAngle,SubLimitAngle>
SubLimitAngle. split(LimitAngle hyperplane)
Split the instance in two parts by an hyperplane.Methods in org.hipparchus.geometry.spherical.oned with parameters of type S1Point Modifier and Type Method Description double
S1Point. distance(S1Point point)
Compute the distance between the instance and another point.static double
S1Point. distance(S1Point p1, S1Point p2)
Compute the distance (angular separation) between two points.double
Arc. getOffset(S1Point point)
Get the distance (arc length) from a point to the edge of the arc.double
LimitAngle. getOffset(S1Point point)
Get the offset (oriented distance) of a point.S1Point
LimitAngle. moveToOffset(S1Point point, double offset)
Move point up to specified offset.S1Point
S1Point. moveTowards(S1Point other, double ratio)
Move towards another point.S1Point
LimitAngle. project(S1Point point)
Project a point to the hyperplane.BoundaryProjection<Sphere1D,S1Point>
ArcsSet. projectToBoundary(S1Point point)
Project a point on the boundary of the region.Method parameters in org.hipparchus.geometry.spherical.oned with type arguments of type S1Point Modifier and Type Method Description ArcsSet
ArcsSet. buildNew(BSPTree<Sphere1D,S1Point,LimitAngle,SubLimitAngle> tree)
Build a region using the instance as a prototype.protected SubLimitAngle
SubLimitAngle. buildNew(LimitAngle hyperplane, Region<Sphere1D,S1Point,LimitAngle,SubLimitAngle> remainingRegion)
Build a sub-hyperplane from an hyperplane and a region.Constructors in org.hipparchus.geometry.spherical.oned with parameters of type S1Point Constructor Description LimitAngle(S1Point location, boolean direct, double tolerance)
Simple constructor.Constructor parameters in org.hipparchus.geometry.spherical.oned with type arguments of type S1Point Constructor Description ArcsSet(BSPTree<Sphere1D,S1Point,LimitAngle,SubLimitAngle> tree, double tolerance)
Build an arcs set from an inside/outside BSP tree.SubLimitAngle(LimitAngle hyperplane, Region<Sphere1D,S1Point,LimitAngle,SubLimitAngle> remainingRegion)
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 S1Point
Circle. toSubSpace(S2Point point)
Transform a space point into a sub-space point.Methods in org.hipparchus.geometry.spherical.twod that return types with arguments of type S1Point Modifier and Type Method Description static Transform<Sphere2D,S2Point,Circle,SubCircle,Sphere1D,S1Point,LimitAngle,SubLimitAngle>
Circle. getTransform(Rotation rotation)
Get aTransform
embedding a 3D rotation.Methods in org.hipparchus.geometry.spherical.twod with parameters of type S1Point Modifier and Type Method Description S2Point
Circle. toSpace(S1Point point)
Transform a sub-space point into a space point.Method parameters in org.hipparchus.geometry.spherical.twod with type arguments of type S1Point Modifier and Type Method Description protected SubCircle
SubCircle. buildNew(Circle hyperplane, Region<Sphere1D,S1Point,LimitAngle,SubLimitAngle> remainingRegion)
Build a sub-hyperplane from an hyperplane and a region.Constructor parameters in org.hipparchus.geometry.spherical.twod with type arguments of type S1Point Constructor Description SubCircle(Circle hyperplane, Region<Sphere1D,S1Point,LimitAngle,SubLimitAngle> remainingRegion)
Simple constructor.
-