Skip to content

premul

Since18.0

void  premul(matrix2 &a, matrix2 b)

void  premul(matrix &a, matrix b)

void  premul(matrix3 &a, matrix3 b)

void  premul(matrix2 &m, matrix2 a, matrix2 b)

void  premul(matrix &m, matrix a, matrix b)

void  premul(matrix3 &m, matrix3 a, matrix3 b)

Multiplies two matrices and returns modify the first matrix.