#include <clientlib.h>
Inherits client::SVGPathSeg.
◆ SVGPathSegCurvetoCubicSmoothAbs()
client::SVGPathSegCurvetoCubicSmoothAbs::SVGPathSegCurvetoCubicSmoothAbs |
( |
| ) |
|
◆ get_prototype()
◆ get_x()
double client::SVGPathSegCurvetoCubicSmoothAbs::get_x |
( |
| ) |
|
◆ get_x2()
double client::SVGPathSegCurvetoCubicSmoothAbs::get_x2 |
( |
| ) |
|
◆ get_y()
double client::SVGPathSegCurvetoCubicSmoothAbs::get_y |
( |
| ) |
|
◆ get_y2()
double client::SVGPathSegCurvetoCubicSmoothAbs::get_y2 |
( |
| ) |
|
◆ set_prototype()
◆ set_x()
void client::SVGPathSegCurvetoCubicSmoothAbs::set_x |
( |
double |
| ) |
|
◆ set_x2()
void client::SVGPathSegCurvetoCubicSmoothAbs::set_x2 |
( |
double |
| ) |
|
◆ set_y()
void client::SVGPathSegCurvetoCubicSmoothAbs::set_y |
( |
double |
| ) |
|
◆ set_y2()
void client::SVGPathSegCurvetoCubicSmoothAbs::set_y2 |
( |
double |
| ) |
|