karasux ~master (2022-05-09T16:35:30.170042)
Dub
Repo
Matrix.rotateZ
karasux
linear_algebra
matrix
Matrix
Create rotation Z matrix.
struct
Matrix
(size_t ROWS, size_t COLS, E = float)
static
static if
(
COLS == ROWS
)
static if
(
ROWS == 4 && COLS == 4
)
typeof
(this)
rotateZ
(
E
theta
)
Parameters
theta
E
rotate theta.
Return Value
Type:
typeof
(this)
rotation matrix.
Meta
Source
See Implementation
karasux
linear_algebra
matrix
Matrix
functions
fill
mul
opIndex
opIndexAssign
opIndexOpAssign
opOpAssign
swapRows
properties
columns
ptr
rows
static functions
fromRows
rotateX
rotateY
rotateZ
scale
translate
unit
Create rotation Z matrix.