gfx ~meson (2022-03-26T21:27:26.8342465)
Dub
Repo
affineScale
gfx
math
transform
Build a scale matrix.
Mat2x3
!(
CommonType
!(
X
,
Y
))
affineScale
(X x, Y y)
pure @
safe
@
nogc
nothrow
Mat2x3
!(
CommonType
!(
X
,
Y
))
affineScale
(
X
Y
)
(
in
X
x
,
in
Y
y
)
if
(
allSatisfy
!(
isNumeric
,
X
,
Y
)
)
auto
affineScale
(V v)
Meta
Source
See Implementation
gfx
math
transform
functions
affineMult
affineRotation
affineScale
affineTranslation
eulerAngles
rotate
rotation
rotationPure
scale
transform
translate
translation
Build a scale matrix.