Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/intern/
H A Drct.c1116 float corner[2], corner_rot[2], corder_max[2]; in BLI_rctf_rotate_expand() local
1121 ROTATE_SINCOS(corner_rot, mat2, corner); in BLI_rctf_rotate_expand()
1122 corder_max[0] = fabsf(corner_rot[0]); in BLI_rctf_rotate_expand()
1123 corder_max[1] = fabsf(corner_rot[1]); in BLI_rctf_rotate_expand()
1126 ROTATE_SINCOS(corner_rot, mat2, corner); in BLI_rctf_rotate_expand()
1127 corder_max[0] = MAX2(corder_max[0], fabsf(corner_rot[0])); in BLI_rctf_rotate_expand()
1128 corder_max[1] = MAX2(corder_max[1], fabsf(corner_rot[1])); in BLI_rctf_rotate_expand()