Home
last modified time | relevance | path

Searched refs:mul_m3_m3m3_uniq (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/
H A DBLI_math_matrix.h92 void mul_m3_m3m3_uniq(float R[3][3], const float A[3][3], const float B[3][3]);
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/intern/
H A Dmath_matrix.c400 mul_m3_m3m3_uniq(R, A, B); in mul_m3_m3m3()
409 mul_m3_m3m3_uniq(R, A, B); in mul_m3_m3_pre()
417 mul_m3_m3m3_uniq(R, A, B); in mul_m3_m3_post()
420 void mul_m3_m3m3_uniq(float R[3][3], const float A[3][3], const float B[3][3]) in mul_m3_m3m3_uniq() function
1300 mul_m3_m3m3_uniq(rot_r, rot_a, rot_b); in mul_m4_m4m4_aligned_scale()