dlsl v0.1.0 (2016-06-18T19:28:14Z)
Dub
Repo
Matrix.rotationX
dlsl
matrix
Matrix
Undocumented in source.
struct
Matrix
(type, int numCols, int numRows)
@
safe
pure nothrow
static if
(
(cols == rows) && (cols >= 3)
)
alias
rotationX
=
rotationA
!(
1
,
2
)
Meta
Source
See Implementation
dlsl
matrix
Matrix
aliases
det
rotationX
rotationY
rotationZ
toPrettyString
toString
valueType
vectorType
constructors
this
functions
clear
invert
makeDiagonal
makeIdentity
opBinary
opBinaryRight
opCast
opOpAssign
rotate
rotateX
rotateY
rotateZ
scale
translate
transpose
properties
asPrettyString
asString
determinant
identity
inverse
ok
ptr
transposed
static functions
inverseOrthographic
inversePerspective
isCompatibleMatrixImpl
isCompatibleVectorImpl
lookAt
orthographic
perspective
rotation
rotationA
scaling
translation
static variables
cols
rows
templates
isCompatibleMatrix
isCompatibleVector
variables
data