Since | 18.0 |
void __uniform_premul(matrix2 &a, matrix2 b)
void __uniform_premul(matrix3 &a, matrix3 b)
void __uniform_premul(matrix &a, matrix b)
void __uniform_premul(matrix2 &m, matrix2 a, matrix2 b)
void __uniform_premul(matrix3 &m, matrix3 a, matrix3 b)
void __uniform_premul(matrix &m, matrix a, matrix b)
Multiplies two matrices and returns modify the first matrix.
This version of premul can be faster when running over a single processor, like for detail attributes or doing matrix multiplication for CHOP constraints.
matrix |
|