

Public Member Functions | |
| LinearStroke (double time, double orientation, double x0, double y0, double x1, double y1) | |
| LinearStroke () | |
| double | getX0 () |
| double | getY0 () |
| double | getX1 () |
| double | getY1 () |
| void | setX0 (double x0) |
| void | setY0 (double y0) |
| void | setX1 (double x1) |
| void | setY1 (double y1) |
Private Attributes | |
| double | xArray0 |
| double | yArray0 |
| double | xArray1 |
| double | yArray1 |
|
||||||||||||||||||||||||||||
|
Build a linear stroke
|
|
|
Build a zero-ed linear stroke |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Set the xArray[0] coordinate
|
|
|
Set the xArray[1] coordinate
|
|
|
Set the yArray[0] coordinate
|
|
|
Set the yArray[1] coordinate
|
|
|
The xArray[0] coordinate |
|
|
The xArray[1] coordinate |
|
|
The yArray[0] coordinate |
|
|
The yArray[1] coordinate |
1.3.8