Skip to content
Snippets Groups Projects
Unverified Commit 3c40c005 authored by Anton Georgiev's avatar Anton Georgiev Committed by GitHub
Browse files

Merge pull request #10554 from hiroshisuga/patch-5

Fix compile error in Bezier.java
parents f78014a1 ff47857c
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ import java.util.*;
* Source:<br>
* Phoenix: An Interactive Curve Design System Based on the Automatic Fitting
* of Hand-Sketched Curves.<br>
* © Copyright by Philip J. Schneider 1988.<br>
* Copyright (c) by Philip J. Schneider 1988.<br>
* A thesis submitted in partial fulfillment of the requirements for the degree
* of Master of Science, University of Washington.
* <p>
......@@ -238,7 +238,7 @@ public class Bezier {
* @param digitizedPoints Digitized points
* @param maxAngle maximal angle in radians between the current point and its
* predecessor and successor up to which the point does not break the
* digitized list into segments. Recommended value 44° = 44 * 180d / Math.PI
* digitized list into segments. Recommended value 44 deg = 44 * 180d / Math.PI
* @return Segments of digitized points, each segment having less than maximal
* angle between points.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment