dlsl ~master (2022-04-13T07:10:34.3128445)
Dub
Repo
Matrix.translate
dlsl
matrix
Matrix
translate an existing matrix with two scalars
Matrix
translate
(type x)
Matrix
translate
(type[2] vec)
Matrix
translate
(type x, type y)
struct
Matrix
(type, int numCols, int numRows)
nothrow @
nogc
pure nothrow @
nogc
pure nothrow @
nogc
@
safe
@
safe
pure nothrow
static if
(
cols == rows
)
static if
(!(
cols == 2
))
static if
(
cols == 3
)
Matrix
translate
(
type
x
,
type
y
)
if
(
(
numCols
> 1
)
&&
(
numRows
> 1
)
)
Matrix
translate
(type[3] vec)
Matrix
translate
(type x, type y, type z)
Meta
Source
See Implementation
dlsl
matrix
Matrix
aliases
cols
rows
valueType
vectorType
constructors
this
functions
clear
isIdentity
opBinary
opBinaryRight
opCast
opOpAssign
ptr
rotate
rotateX
rotateY
rotateZ
scale
toString
translate
static functions
identity
isCompatibleMatrixImpl
isCompatibleVectorImpl
rotation
rotationX
rotationY
rotationZ
scaling
translation
templates
isCompatibleMatrix
isCompatibleVector
variables
data
translate an existing matrix with two scalars