mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-13 05:58:33 +00:00
spelling: definition
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Jindra Petřík
parent
052400aac0
commit
82af56c38d
@@ -237,7 +237,7 @@ public class CubicToQuad {
|
||||
// and corresponding quadratic curve that estimates the cubic one, assuming
|
||||
// that the boundary points of cubic and quadratic points are equal.
|
||||
//
|
||||
// The distance calculation method comes from Hausdorff distance defenition
|
||||
// The distance calculation method comes from Hausdorff distance definition
|
||||
// (https://en.wikipedia.org/wiki/Hausdorff_distance), but with following simplifications
|
||||
// * it looks for maximum distance only for finite number of points of cubic curve
|
||||
// * it doesn't perform reverse check that means selecting set of fixed points on
|
||||
|
||||
Reference in New Issue
Block a user