dlsl v0.1.1 (2017-01-01T09:58:18Z)
Dub
Repo
Matrix.translation
dlsl
matrix
Matrix
extract translation part of the matrix in a copy
Matrix
translation
(valueType x)
Matrix
translation
(valueType[2] vec)
Matrix
translation
(valueType x, valueType y)
Matrix
translation
(valueType[3] vec)
Matrix
translation
(valueType x, valueType y, valueType z)
Matrix
translation
()
struct
Matrix
(type, int numCols, int numRows)
@
safe
pure nothrow
static if
(
cols == rows
)
Matrix
translation
(
)
if
(
(
numCols
> 1
)
&&
(
numRows
> 1
)
)
Meta
Source
See Implementation
dlsl
matrix
Matrix
aliases
cols
rows
toPrettyString
toString
valueType
vectorType
constructors
this
functions
clear
opBinary
opBinaryRight
opCast
opOpAssign
rotate
rotateX
rotateY
rotateZ
scale
translate
properties
asPrettyString
asString
identity
isIdentity
ptr
static functions
isCompatibleMatrixImpl
isCompatibleVectorImpl
rotation
rotationX
rotationY
rotationZ
scaling
translation
templates
isCompatibleMatrix
isCompatibleVector
variables
data
extract translation part of the matrix in a copy