#include <clientlib.h>
Inherits client::SVGPathSeg.
◆ SVGPathSegCurvetoQuadraticRel()
client::SVGPathSegCurvetoQuadraticRel::SVGPathSegCurvetoQuadraticRel |
( |
| ) |
|
◆ get_prototype()
◆ get_x()
double client::SVGPathSegCurvetoQuadraticRel::get_x |
( |
| ) |
|
◆ get_x1()
double client::SVGPathSegCurvetoQuadraticRel::get_x1 |
( |
| ) |
|
◆ get_y()
double client::SVGPathSegCurvetoQuadraticRel::get_y |
( |
| ) |
|
◆ get_y1()
double client::SVGPathSegCurvetoQuadraticRel::get_y1 |
( |
| ) |
|
◆ set_prototype()
◆ set_x()
void client::SVGPathSegCurvetoQuadraticRel::set_x |
( |
double |
| ) |
|
◆ set_x1()
void client::SVGPathSegCurvetoQuadraticRel::set_x1 |
( |
double |
| ) |
|
◆ set_y()
void client::SVGPathSegCurvetoQuadraticRel::set_y |
( |
double |
| ) |
|
◆ set_y1()
void client::SVGPathSegCurvetoQuadraticRel::set_y1 |
( |
double |
| ) |
|