Datum consolidating transform possibilities. https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/transform.
More...
#include <a60-svg-base-types.h>
|
static string | matrix (double a, double b, double c, double d, double e, double f) |
|
static string | rotate (int deg) |
|
static string | rotate (int deg, int x, int y) |
|
static string | scale (double factor) |
|
static string | scale (double factor1, double factor2) |
|
static string | skew_x (double factor) |
|
static string | skew_y (double factor) |
|
static string | translate (int x, int y) |
|
◆ matrix()
static string svg::transform::matrix |
( |
double | a, |
|
|
double | b, |
|
|
double | c, |
|
|
double | d, |
|
|
double | e, |
|
|
double | f ) |
|
inlinestatic |
◆ rotate() [1/2]
static string svg::transform::rotate |
( |
int | deg | ) |
|
|
inlinestatic |
◆ rotate() [2/2]
static string svg::transform::rotate |
( |
int | deg, |
|
|
int | x, |
|
|
int | y ) |
|
inlinestatic |
◆ scale() [1/2]
static string svg::transform::scale |
( |
double | factor | ) |
|
|
inlinestatic |
◆ scale() [2/2]
static string svg::transform::scale |
( |
double | factor1, |
|
|
double | factor2 ) |
|
inlinestatic |
◆ skew_x()
static string svg::transform::skew_x |
( |
double | factor | ) |
|
|
inlinestatic |
◆ skew_y()
static string svg::transform::skew_y |
( |
double | factor | ) |
|
|
inlinestatic |
◆ translate()
static string svg::transform::translate |
( |
int | x, |
|
|
int | y ) |
|
inlinestatic |
The documentation for this struct was generated from the following file: