gfx ~meson (2022-03-26T21:27:26.8342465)
Dub
Repo
scale
gfx
math
transform
Build a scale matrix.
Mat3
!(
CommonType
!(
X
,
Y
))
scale
(X x, Y y)
auto
scale
(V v)
Mat4
!(
CommonType
!(
X
,
Y
,
Z
))
scale
(X x, Y y, Z z)
pure @
safe
@
nogc
nothrow
Mat4
!(
CommonType
!(
X
,
Y
,
Z
))
scale
(
X
Y
Z
)
(
in
X
x
,
in
Y
y
,
in
Z
z
)
if
(
allSatisfy
!(
isNumeric
,
X
,
Y
,
Z
)
)
auto
scale
(V v)
M
scale
(M m, X x, Y y)
M
scale
(M m, X x, Y y)
M
scale
(M m, V v)
M
scale
(M m, X x, Y y, Z z)
M
scale
(M m, X x, Y y, Z z)
M
scale
(M m, 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.