|
enum | path_cmd { cmd_move_to = 0,
cmd_line_to = 1,
cmd_curve3 = 2,
cmd_curve4 = 3
} |
|
enum | coord_scale_e { coord_shift = CoordShift,
coord_scale = 1 << coord_shift
} |
|
|
| vertex_integer (T x_, T y_, unsigned flag) |
|
unsigned | vertex (double *x_, double *y_, double dx=0, double dy=0, double scale=1.0) const |
|
template<class T, unsigned CoordShift = 6>
struct agg::vertex_integer< T, CoordShift >
Definition at line 25 of file agg_path_storage_integer.h.
The documentation for this struct was generated from the following file: