|
Blender
V3.3
|
Public Attributes | |
| int | v_pair [2] |
| int | f_pair [2] |
Definition at line 37 of file bmesh_beautify.c.
| 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 48 of file bmesh_beautify.c.
Referenced by erot_state_alternate(), and erot_state_current().
| int EdRotState::v_pair[2] |
Edge vert indices (ordered small -> large).
Definition at line 41 of file bmesh_beautify.c.
Referenced by erot_state_alternate(), and erot_state_current().