dlsl ~master (2017-12-21T19:48:41Z)
Dub
Repo
Matrix.translate
dlsl
matrix
Matrix
translate an existing matrix with three scalars
Matrix
translate
(
valueType
x
)
Matrix
translate
(
valueType
[
2
]
vec
)
Matrix
translate
(
valueType
x
,
valueType
y
)
Matrix
translate
(
valueType
[
3
]
vec
)
Matrix
translate
(
valueType
x
,
valueType
y
,
valueType
z
)
struct
Matrix
(type, int numCols, int numRows)
Matrix
translate
(
valueType
x
,
valueType
y
,
valueType
z
)
if
(
(
numCols
> 1
)
&&
(
numRows
> 1
)
)
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
translate an existing matrix with three scalars