Blender  V3.3
Public Attributes | List of all members
RotateMatrixCache Struct Reference

Public Attributes

short do_update_matrix
 
float mat [3][3]
 

Detailed Description

Definition at line 31 of file transform_mode_rotate.c.

Member Data Documentation

◆ do_update_matrix

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 37 of file transform_mode_rotate.c.

Referenced by rmat_cache_init(), rmat_cache_reset(), and rmat_cache_update().

◆ mat

float RotateMatrixCache::mat[3][3]

The documentation for this struct was generated from the following file: