public static class RMPaintbot.CurveTo extends RMPaintbot.QuadTo
| Modifier and Type | Field and Description |
|---|---|
double |
cp2x |
double |
cp2y |
cp1x, cp1yx, y| Constructor and Description |
|---|
CurveTo(double anX1,
double aY1,
double anX2,
double aY2,
double anX3,
double aY3)
Creates a new CurveTo operation.
|