Uses of Class
imagingbook.common.geometry.ellipse.project.EllipseProjector
Packages that use EllipseProjector
-
Uses of EllipseProjector in imagingbook.common.geometry.ellipse.project
Subclasses of EllipseProjector in imagingbook.common.geometry.ellipse.projectModifier and TypeClassDescriptionclass
Calculates an approximate closest point on the ellipse for a given 2D point inside or outside the ellipse, using "confocal conic distance approximation" [1].class
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.class
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.