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