Home
last modified time | relevance | path

Searched refs:dot_m3_v3_row_y (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/bmesh/intern/
H A Dbmesh_polygon_edgenet.c1427 dot_m3_v3_row_y(axis_mat, v_iter->co), in BM_face_split_edgenet_connect_islands()
1429 dot_m3_v3_row_y(axis_mat, v_iter->co), in BM_face_split_edgenet_connect_islands()
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/
H A DBLI_math_vector.h156 MINLINE float dot_m3_v3_row_y(const float M[3][3], const float a[3]) ATTR_WARN_UNUSED_RESULT;
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/intern/
H A Dmath_vector_inline.c667 MINLINE float dot_m3_v3_row_y(const float M[3][3], const float a[3]) in dot_m3_v3_row_y() function