arsd-official ~master (2024-10-25T16:17:57Z)
Dub
Repo
BasicMatrix.rotateY
arsd
simpledisplay
BasicMatrix
Basic operations that operate *in place*.
struct
BasicMatrix
(int columns, int rows, T = float)
static if
(
columns == 4 && rows == 4
)
void
rotateY
(
T
theta
)
Meta
Source
See Implementation
arsd
simpledisplay
BasicMatrix
constructors
this
functions
rotateX
rotateY
rotateZ
scale
translate
static functions
identity
Basic operations that operate *in place*.