#include <clientlib.h>
Inherits client::SVGPathSeg.
◆ SVGPathSegArcAbs()
client::SVGPathSegArcAbs::SVGPathSegArcAbs |
( |
| ) |
|
◆ get_angle()
double client::SVGPathSegArcAbs::get_angle |
( |
| ) |
|
◆ get_largeArcFlag()
bool client::SVGPathSegArcAbs::get_largeArcFlag |
( |
| ) |
|
◆ get_prototype()
◆ get_r1()
double client::SVGPathSegArcAbs::get_r1 |
( |
| ) |
|
◆ get_r2()
double client::SVGPathSegArcAbs::get_r2 |
( |
| ) |
|
◆ get_sweepFlag()
bool client::SVGPathSegArcAbs::get_sweepFlag |
( |
| ) |
|
◆ get_x()
double client::SVGPathSegArcAbs::get_x |
( |
| ) |
|
◆ get_y()
double client::SVGPathSegArcAbs::get_y |
( |
| ) |
|
◆ set_angle()
void client::SVGPathSegArcAbs::set_angle |
( |
double |
| ) |
|
◆ set_largeArcFlag()
void client::SVGPathSegArcAbs::set_largeArcFlag |
( |
bool |
| ) |
|
◆ set_prototype()
◆ set_r1()
void client::SVGPathSegArcAbs::set_r1 |
( |
double |
| ) |
|
◆ set_r2()
void client::SVGPathSegArcAbs::set_r2 |
( |
double |
| ) |
|
◆ set_sweepFlag()
void client::SVGPathSegArcAbs::set_sweepFlag |
( |
bool |
| ) |
|
◆ set_x()
void client::SVGPathSegArcAbs::set_x |
( |
double |
| ) |
|
◆ set_y()
void client::SVGPathSegArcAbs::set_y |
( |
double |
| ) |
|