dlsl v0.1.0 (2016-06-18T19:28:14Z)
Dub
Repo
Matrix.rotate
dlsl
matrix
Matrix
Rotate the current matrix arround an arbitrary axis
Matrix
rotate
(real angle)
struct
Matrix
(type, int numCols, int numRows)
@
safe
pure nothrow
static if
(
(cols == 2) && (rows == 2)
)
Matrix
rotate
(
real
angle
)
if
(
(
numCols
> 1
)
&&
(
numRows
> 1
)
)
Matrix
rotate
(real angle, Vector!(valueType, 3) axis)
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
Rotate the current matrix arround an arbitrary axis