The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
BasicMatrix.scale
arsd
simpledisplay
BasicMatrix
Basic operations that operate *in place*.
struct
BasicMatrix
(int columns, int rows, T = float)
static if
(
columns == 4 && rows == 4
)
void
scale
(
T
x
,
T
y
,
T
z
)
Meta
Source
See Implementation
arsd
simpledisplay
BasicMatrix
constructors
this
functions
rotateX
rotateY
rotateZ
scale
translate
static functions
identity
Basic operations that operate *in place*.