Matrix.identity

Returns identity matrix.

struct Matrix(T, uint U, uint V)
static
static if(U == V)
identity
()
if (
__traits(isArithmetic, T)
)

Return Value

Type: Matrix

identity matrix

Meta