Blender V5.0
EdRotState Struct Reference

Public Attributes

int v_pair [2]
int f_pair [2]

Detailed Description

Definition at line 40 of file bmesh_beautify.cc.

Member Data Documentation

◆ f_pair

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 51 of file bmesh_beautify.cc.

Referenced by erot_state_alternate(), and erot_state_current().

◆ v_pair

int EdRotState::v_pair[2]

Edge vert indices (ordered small -> large).

Definition at line 44 of file bmesh_beautify.cc.

Referenced by erot_state_alternate(), and erot_state_current().


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