Zernikalos
Toggle table of contents
0.7.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Zernikalos
Zernikalos
/
zernikalos.math
/
ZMatrix4
/
scale
scale
fun
scale
(
s
:
ZVector3
)
(
source
)
fun
scale
(
x
:
Float
,
y
:
Float
,
z
:
Float
)
(
source
)
Scales the current matrix by the specified vector.
Parameters
s
The vector by which to scale the matrix.