dlsl ~master (2017-12-21T19:48:41Z)
Dub
Repo
Matrix.scale
dlsl
matrix
Matrix
scale an existing matrix with an array/vector
Matrix
scale
(
valueType
x
)
Matrix
scale
(
valueType
[
2
]
vec
)
Matrix
scale
(
valueType
x
,
valueType
y
)
Matrix
scale
(
valueType
[
3
]
vec
)
struct
Matrix
(type, int numCols, int numRows)
Matrix
scale
(
valueType
[3]
vec
)
if
(
(
numCols
> 1
)
&&
(
numRows
> 1
)
)
Matrix
scale
(
valueType
x
,
valueType
y
,
valueType
z
)
Matrix
scale
()
Meta
Source
See Implementation
dlsl
matrix
Matrix
constructors
this
functions
clear
opBinary
opBinaryRight
rotate
rotateX
rotateY
rotateZ
scale
translate
properties
asPrettyString
asString
identity
isIdentity
ptr
static functions
rotation
rotationX
rotationY
rotationZ
scaling
translation
variables
data
scale an existing matrix with an array/vector