gfx v0.1.0 (2018-12-16T20:49:04Z)
Dub
Repo
affineScale
gfx
math
transform
Build a scale matrix.
Mat2x3
!(
CommonType
!(
X
,
Y
))
affineScale
(X x, Y y)
@
safe
pure
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
rotate
rotation
rotationPure
scale
transform
translate
translation
Build a scale matrix.