Uses of Class
com.irurueta.geometry.Sphere
Packages that use Sphere
Package
Description
This package contains classes to work with basic geometric entities such as
2D or 3D points, lines, planes, 2D or 3D triangles or polygons, circles,
spheres, rotations, transformations etc.
This package contains classes to estimate basic geometric structures
-
Uses of Sphere in com.irurueta.geometry
Methods in com.irurueta.geometry with parameters of type SphereModifier and TypeMethodDescriptionstatic doubleReturns distance from provided point to the closest point located in provided sphere boundary.final voidEllipsoid.setFromSphere(Sphere sphere) Sets parameters of this ellipsoid from a sphere.static doubleSphere.signedDistance(Sphere sphere, Point3D point) Returns distance from provided point to the closest point located in provided sphere boundary. -
Uses of Sphere in com.irurueta.geometry.estimators
Methods in com.irurueta.geometry.estimators that return SphereModifier and TypeMethodDescriptionLMedSSphereRobustEstimator.estimate()Estimates a sphere using a robust estimator and the best set of 3D points that fit into the locus of the estimated sphere found using the robust estimator.MSACSphereRobustEstimator.estimate()Estimates a sphere using a robust estimator and the best set of 3D points that fit into the locus of the estimated sphere found using the robust estimator.PROMedSSphereRobustEstimator.estimate()Estimates a sphere using a robust estimator and the best set of 3D points that fit into the locus of the estimated sphere found using the robust estimator.PROSACSphereRobustEstimator.estimate()Estimates a sphere using a robust estimator and the best set of 3D points that fit into the locus of the estimated sphere found using the robust estimator.RANSACSphereRobustEstimator.estimate()Estimates a sphere using a robust estimator and the best set of 3D points that fit into the locus of the estimated sphere found using the robust estimator.abstract SphereSphereRobustEstimator.estimate()Estimates a sphere using a robust estimator and the best set of 3D points that fit into the locus of the estimated sphere found using the robust estimator.Methods in com.irurueta.geometry.estimators with parameters of type Sphere