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