public class Bezier extends Object
Constructor and Description |
---|
Bezier(Point2D[] 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 Bezier(Point2D[] points)
points
- public Point2D[] getPoints()
public int getPointCount()
public Point2D getPoint(int i)
i
- Copyright (C) 2001-2006 Gaudenz Alder. All rights reserved.