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 Sphere
    Modifier and Type
    Method
    Description
    static double
    Sphere.distance(Sphere sphere, Point3D point)
    Returns distance from provided point to the closest point located in provided sphere boundary.
    final void
    Ellipsoid.setFromSphere(Sphere sphere)
    Sets parameters of this ellipsoid from a sphere.
    static double
    Sphere.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

    Modifier and Type
    Method
    Description
    LMedSSphereRobustEstimator.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 Sphere
    SphereRobustEstimator.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
    Modifier and Type
    Method
    Description
    protected double
    SphereRobustEstimator.residual(Sphere c, Point3D point)
    Computes the residual between a sphere and a point.