public class Bezier
extends java.lang.Object
| Constructor and Description |
|---|
Bezier(double sx,
double sy,
double[] coords,
int numCoords) |
| Modifier and Type | Method and Description |
|---|---|
Vector2 |
getFinalPoint(Vector2 point) |
double |
getLength()
Retuns aproximation of the length of the bezier
|
void |
setCoords(double sx,
double sy,
double[] coords,
int numCoords) |