SVGMatrix

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

a
void a(float a)
Undocumented in source. Be warned that the author may not have intended to support it.
a
float a()
Undocumented in source. Be warned that the author may not have intended to support it.
b
void b(float b)
Undocumented in source. Be warned that the author may not have intended to support it.
b
float b()
Undocumented in source. Be warned that the author may not have intended to support it.
c
void c(float c)
Undocumented in source. Be warned that the author may not have intended to support it.
c
float c()
Undocumented in source. Be warned that the author may not have intended to support it.
d
void d(float d)
Undocumented in source. Be warned that the author may not have intended to support it.
d
float d()
Undocumented in source. Be warned that the author may not have intended to support it.
e
void e(float e)
Undocumented in source. Be warned that the author may not have intended to support it.
e
float e()
Undocumented in source. Be warned that the author may not have intended to support it.
f
void f(float f)
Undocumented in source. Be warned that the author may not have intended to support it.
f
float f()
Undocumented in source. Be warned that the author may not have intended to support it.
flipX
auto flipX()
Undocumented in source. Be warned that the author may not have intended to support it.
flipY
auto flipY()
Undocumented in source. Be warned that the author may not have intended to support it.
inverse
auto inverse()
Undocumented in source. Be warned that the author may not have intended to support it.
multiply
auto multiply(SVGMatrix secondMatrix)
Undocumented in source. Be warned that the author may not have intended to support it.
rotate
auto rotate(float angle)
Undocumented in source. Be warned that the author may not have intended to support it.
rotateFromVector
auto rotateFromVector(float x, float y)
Undocumented in source. Be warned that the author may not have intended to support it.
scale
auto scale(float scaleFactor)
Undocumented in source. Be warned that the author may not have intended to support it.
scaleNonUniform
auto scaleNonUniform(float scaleFactorX, float scaleFactorY)
Undocumented in source. Be warned that the author may not have intended to support it.
skewX
auto skewX(float angle)
Undocumented in source. Be warned that the author may not have intended to support it.
skewY
auto skewY(float angle)
Undocumented in source. Be warned that the author may not have intended to support it.
translate
auto translate(float x, float y)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handle
JsHandle handle;
Undocumented in source.

Meta