DOMMatrixReadOnly

Undocumented in source.
@safe nothrow
struct DOMMatrixReadOnly {}

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

a
double a()
Undocumented in source. Be warned that the author may not have intended to support it.
b
double b()
Undocumented in source. Be warned that the author may not have intended to support it.
c
double c()
Undocumented in source. Be warned that the author may not have intended to support it.
d
double d()
Undocumented in source. Be warned that the author may not have intended to support it.
e
double e()
Undocumented in source. Be warned that the author may not have intended to support it.
f
double 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.
is2D
bool is2D()
Undocumented in source. Be warned that the author may not have intended to support it.
isIdentity
bool isIdentity()
Undocumented in source. Be warned that the author may not have intended to support it.
m11
double m11()
Undocumented in source. Be warned that the author may not have intended to support it.
m12
double m12()
Undocumented in source. Be warned that the author may not have intended to support it.
m13
double m13()
Undocumented in source. Be warned that the author may not have intended to support it.
m14
double m14()
Undocumented in source. Be warned that the author may not have intended to support it.
m21
double m21()
Undocumented in source. Be warned that the author may not have intended to support it.
m22
double m22()
Undocumented in source. Be warned that the author may not have intended to support it.
m23
double m23()
Undocumented in source. Be warned that the author may not have intended to support it.
m24
double m24()
Undocumented in source. Be warned that the author may not have intended to support it.
m31
double m31()
Undocumented in source. Be warned that the author may not have intended to support it.
m32
double m32()
Undocumented in source. Be warned that the author may not have intended to support it.
m33
double m33()
Undocumented in source. Be warned that the author may not have intended to support it.
m34
double m34()
Undocumented in source. Be warned that the author may not have intended to support it.
m41
double m41()
Undocumented in source. Be warned that the author may not have intended to support it.
m42
double m42()
Undocumented in source. Be warned that the author may not have intended to support it.
m43
double m43()
Undocumented in source. Be warned that the author may not have intended to support it.
m44
double m44()
Undocumented in source. Be warned that the author may not have intended to support it.
multiply
auto multiply(DOMMatrix other)
Undocumented in source. Be warned that the author may not have intended to support it.
rotate
auto rotate(double angle, double originX, double originY)
Undocumented in source. Be warned that the author may not have intended to support it.
rotate
auto rotate(double angle, double originX)
Undocumented in source. Be warned that the author may not have intended to support it.
rotate
auto rotate(double angle)
Undocumented in source. Be warned that the author may not have intended to support it.
rotateAxisAngle
auto rotateAxisAngle(double x, double y, double z, double angle)
Undocumented in source. Be warned that the author may not have intended to support it.
rotateFromVector
auto rotateFromVector(double x, double y)
Undocumented in source. Be warned that the author may not have intended to support it.
scale
auto scale(double scale, double originX, double originY)
Undocumented in source. Be warned that the author may not have intended to support it.
scale
auto scale(double scale, double originX)
Undocumented in source. Be warned that the author may not have intended to support it.
scale
auto scale(double scale)
Undocumented in source. Be warned that the author may not have intended to support it.
scale3d
auto scale3d(double scale, double originX, double originY, double originZ)
Undocumented in source. Be warned that the author may not have intended to support it.
scale3d
auto scale3d(double scale, double originX, double originY)
Undocumented in source. Be warned that the author may not have intended to support it.
scale3d
auto scale3d(double scale, double originX)
Undocumented in source. Be warned that the author may not have intended to support it.
scale3d
auto scale3d(double scale)
Undocumented in source. Be warned that the author may not have intended to support it.
scaleNonUniform
auto scaleNonUniform(double scaleX, double scaleY, double scaleZ, double originX, double originY, double originZ)
Undocumented in source. Be warned that the author may not have intended to support it.
scaleNonUniform
auto scaleNonUniform(double scaleX, double scaleY, double scaleZ, double originX, double originY)
Undocumented in source. Be warned that the author may not have intended to support it.
scaleNonUniform
auto scaleNonUniform(double scaleX, double scaleY, double scaleZ, double originX)
Undocumented in source. Be warned that the author may not have intended to support it.
scaleNonUniform
auto scaleNonUniform(double scaleX, double scaleY, double scaleZ)
Undocumented in source. Be warned that the author may not have intended to support it.
scaleNonUniform
auto scaleNonUniform(double scaleX, double scaleY)
Undocumented in source. Be warned that the author may not have intended to support it.
scaleNonUniform
auto scaleNonUniform(double scaleX)
Undocumented in source. Be warned that the author may not have intended to support it.
skewX
auto skewX(double sx)
Undocumented in source. Be warned that the author may not have intended to support it.
skewY
auto skewY(double sy)
Undocumented in source. Be warned that the author may not have intended to support it.
toFloat32Array
auto toFloat32Array()
Undocumented in source. Be warned that the author may not have intended to support it.
toFloat64Array
auto toFloat64Array()
Undocumented in source. Be warned that the author may not have intended to support it.
toJSON
auto toJSON()
Undocumented in source. Be warned that the author may not have intended to support it.
transformPoint
auto transformPoint(DOMPointInit point)
Undocumented in source. Be warned that the author may not have intended to support it.
transformPoint
auto transformPoint()
Undocumented in source. Be warned that the author may not have intended to support it.
translate
auto translate(double tx, double ty, double tz)
Undocumented in source. Be warned that the author may not have intended to support it.
translate
auto translate(double tx, double ty)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handle
JsHandle handle;
Undocumented in source.

Meta