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

Public Attributes

int v_pair [2]
 
int f_pair [2]
 

Detailed Description

Definition at line 37 of file bmesh_beautify.c.

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 48 of file bmesh_beautify.c.

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 41 of file bmesh_beautify.c.

Referenced by erot_state_alternate(), and erot_state_current().


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