public class Bezier extends Object
Constructor and Description |
---|
Bezier(List<Point> points)
Creates a new Bezier curve.
|
Modifier and Type | Method and Description |
---|---|
Point2D |
getPoint(int i)
Returns the bezier points at position i.
|
int |
getPointCount()
Returns the number of bezier points.
|
Point2D[] |
getPoints()
Returns the calculated bezier points.
|
public Point2D[] getPoints()
public int getPointCount()
public Point2D getPoint(int i)
i
- Copyright © 2005–2020. All rights reserved.