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. arbitraryPoint()Get an arbitrary point in the hyperplane.S1PointArcsSet. getInteriorPoint()Get an interior point.S1PointSubLimitAngle. getInteriorPoint()Get an interior point.S1PointLimitAngle. getLocation()Get the hyperplane location on the circle.S1PointLimitAngle. moveToOffset(S1Point point, double offset)Move point up to specified offset.S1PointS1Point. moveTowards(S1Point other, double ratio)Move towards another point.S1PointLimitAngle. 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 doubleS1Point. distance(S1Point point)Compute the distance between the instance and another point.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.doubleLimitAngle. getOffset(S1Point point)Get the offset (oriented distance) of a point.S1PointLimitAngle. moveToOffset(S1Point point, double offset)Move point up to specified offset.S1PointS1Point. moveTowards(S1Point other, double ratio)Move towards another point.S1PointLimitAngle. 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 ArcsSetArcsSet. buildNew(BSPTree<Sphere1D,S1Point,LimitAngle,SubLimitAngle> tree)Build a region using the instance as a prototype.protected SubLimitAngleSubLimitAngle. 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 S1PointCircle. 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 aTransformembedding a 3D rotation.Methods in org.hipparchus.geometry.spherical.twod with parameters of type S1Point Modifier and Type Method Description S2PointCircle. 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 SubCircleSubCircle. 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.
-