Package imagingbook.common.geometry.ellipse.project


package imagingbook.common.geometry.ellipse.project
  • Classes
    Class
    Description
    Calculates an approximate closest point on the ellipse for a given 2D point inside or outside the ellipse, using "confocal conic distance approximation" [1].
    Abstract superclass for ellipse projectors, used to find the closest "contact" point on an ellipse for some given target point.
    Calculates the closest point on the ellipse for a given 2D point inside or outside the ellipse, using orthogonal projection of points onto the ellipse.
    Calculates the closest point on the ellipse for a given 2D point inside or outside the ellipse, using orthogonal projection of points onto the ellipse.