#include <path.h>
|
| SimplePath (const double *points, int size) |
|
void | rewind (int path=0) |
|
unsigned | vertex (double *x, double *y) |
|
A very simple path that wraps around an array of doubles.
Definition at line 25 of file path.h.
◆ rewind()
void SimplePath::rewind |
( |
int |
path = 0 | ) |
|
|
inline |
Rewind getting the path vertices.
- Parameters
-
[in] | path | an optional value to indicate which path to be rewinded. |
Definition at line 41 of file path.h.
◆ vertex()
unsigned SimplePath::vertex |
( |
double * |
x, |
|
|
double * |
y |
|
) |
| |
|
inline |
Get the next vertex.
- Parameters
-
[out] | x | the vertex x coordinate. |
[out] | y | the vertex y coordinate. |
- Returns
- the coordinate type. See agg::path_commands_e. agg::path_cmd_stop indicates no more points available.
Definition at line 56 of file path.h.
The documentation for this class was generated from the following file:
- /mnt/d/workspace/agg-tutorial/tutorial/path.h