mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-30 10:51:25 +00:00
Fix missing javadoc parameters, throw tags,...
This commit is contained in:
@@ -143,7 +143,7 @@ public class Intersections {
|
||||
* @param p1 Start point
|
||||
* @param p2 Control point
|
||||
* @param p3 End point
|
||||
* @return
|
||||
* @return List of points
|
||||
*/
|
||||
public static List<Point2D> quadraticBezierToToPolyline(Point2D p1, Point2D p2, Point2D p3) {
|
||||
return quadraticBezierToToPolyline(p1, p2, p3, null);
|
||||
|
||||
Reference in New Issue
Block a user