arsd-official ~master (2024-10-25T16:17:57Z)
Dub
Repo
NVGMatrix.mul
arsd
nanovega
NVGMatrix
Sets this matrix to the result of multiplication of
this
and
s
(this * S).
struct
NVGMatrix
nothrow @
trusted
@
nogc
ref
NVGMatrix
mul
()
(
const
scope
auto
ref
NVGMatrix
s
)
Meta
Source
See Implementation
arsd
nanovega
NVGMatrix
constructors
this
functions
identity
invert
inverted
mul
opBinary
opOpAssign
point
premul
rotate
rotateTransform
scale
scaleRotateTransform
skewX
skewY
translate
properties
isIdentity
valid
static functions
Identity
Rotated
RotatedTransformed
Scaled
ScaledRotatedTransformed
SkewedX
SkewedXY
SkewedY
Translated
variables
mat
Sets this matrix to the result of multiplication of this and s (this * S).