|
Blender V4.3
|
Public Attributes | |
| int | v_pair [2] |
| int | f_pair [2] |
Definition at line 41 of file bmesh_beautify.cc.
| int EdRotState::f_pair[2] |
Face vert indices (small -> large).
Each face-vertex points to a connected triangles vertex that's isn't part of the edge defined by v_pair.
Definition at line 52 of file bmesh_beautify.cc.
Referenced by erot_state_alternate(), and erot_state_current().
| int EdRotState::v_pair[2] |
Edge vert indices (ordered small -> large).
Definition at line 45 of file bmesh_beautify.cc.
Referenced by erot_state_alternate(), and erot_state_current().