|
Blender V4.3
|
Public Attributes | |
| short | do_update_matrix |
| float | mat [3][3] |
Definition at line 33 of file transform_mode_rotate.cc.
| short RotateMatrixCache::do_update_matrix |
Counter for needed updates (when we need to update to non-default matrix, we also need another update on next iteration to go back to default matrix, hence the '2' value used here, instead of a mere boolean).
Definition at line 39 of file transform_mode_rotate.cc.
Referenced by rmat_cache_init(), rmat_cache_reset(), and rmat_cache_update().
| float RotateMatrixCache::mat[3][3] |
Definition at line 40 of file transform_mode_rotate.cc.
Referenced by rmat_cache_init(), rmat_cache_update(), and transdata_elem_rotate().