| Constructor and Description |
|---|
RoboPath() |
| Modifier and Type | Method and Description |
|---|---|
Path |
bezierTo(float c1x,
float c1y,
float c2x,
float c2y,
float x,
float y) |
Path |
close() |
Path |
lineTo(float x,
float y) |
Path |
moveTo(float x,
float y) |
Path |
quadraticCurveTo(float cpx,
float cpy,
float x,
float y) |
Path |
reset() |
public Path quadraticCurveTo(float cpx, float cpy, float x, float y)
quadraticCurveTo in interface PathCopyright © 2018. All Rights Reserved.