Matrix.scale

Create scale matrix.

struct Matrix(size_t ROWS, size_t COLS, E = float)
static
static if(COLS == ROWS)
typeof(this)
scale
(
Factors...
)
(
Factors factors
)

Parameters

factors Factors

scale factors.

Return Value

Type: typeof(this)

scale matrix.

Meta