mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-02 11:54:36 +00:00
Spelling fix
This commit is contained in:
@@ -455,7 +455,7 @@ public class CubicToQuad {
|
||||
|
||||
/**
|
||||
* Approximate cubic Bezier curve defined with base points p1, p2 and
|
||||
* control points c1, c2 with with a few quadratic Bezier curves. The
|
||||
* control points c1, c2 with a few quadratic Bezier curves. The
|
||||
* function uses tangent method to find quadratic approximation of cubic
|
||||
* curve segment and simplified Hausdorff distance to determine number of
|
||||
* segments that is enough to make error small. In general the method is the
|
||||
@@ -515,7 +515,7 @@ public class CubicToQuad {
|
||||
|
||||
/**
|
||||
* Approximate cubic Bezier curve defined with base points p1, p2 and
|
||||
* control points c1, c2 with with a few quadratic Bezier curves. The
|
||||
* control points c1, c2 with a few quadratic Bezier curves. The
|
||||
* function uses tangent method to find quadratic approximation of cubic
|
||||
* curve segment and simplified Hausdorff distance to determine number of
|
||||
* segments that is enough to make error small. In general the method is the
|
||||
|
||||
Reference in New Issue
Block a user