liberty-engine v0.0.14-beta.2 (2018-07-02T09:50:23Z)
Dub
Repo
Matrix.rotateZAxis
liberty
math
matrix
Matrix
Returns rotation matrix along axis Z.
struct
Matrix
(T, ubyte R, ubyte C = R, MatrixOrder O = CurrentMatrixOrder)
static if
(
O == MatrixOrder.RowMajor
)
static if
(
isSquare && (R == 3 || R == 4) && isFloatingPoint!T
)
alias
rotateZAxis
=
rotateAxis
!(0, 1)
Meta
Source
See Implementation
liberty
math
matrix
Matrix
aliases
ColumnType
RowType
rotateXAxix
rotateYAxis
rotateZAxis
type
constructors
this
functions
column
inverse
opBinary
opCast
opEquals
opOpAssign
opUnary
ptr
rotate
rotateX
rotateY
rotateZ
scale
translate
transposed
manifest constants
columnCount
order
rowCount
static functions
constant
diag
fromColumns
fromRows
identity
lookAt
orthographic
perspective
rotateAxis
rotation
scaling
translation
unions
__anonymous
variables
isSquare
Returns rotation matrix along axis Z.