Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/
H A DBLI_math_rotation.h162 void mat3_to_compatible_eul(float eul[3], const float old[3], float mat[3][3]);
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/intern/
H A Dmath_rotation.c1539 void mat3_to_compatible_eul(float eul[3], const float oldrot[3], float mat[3][3]) in mat3_to_compatible_eul() function