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

Public Attributes

struct VertStepnext
 
struct VertStepprev
 
BMVertv
 

Detailed Description

Find s single, open edge loop - given 2 vertices. Add to

Definition at line 177 of file bmesh_edgeloop.c.

Member Data Documentation

◆ next

struct VertStep* VertStep::next

Definition at line 178 of file bmesh_edgeloop.c.

Referenced by bm_loop_path_build_step().

◆ prev

struct VertStep * VertStep::prev

Definition at line 178 of file bmesh_edgeloop.c.

◆ v

BMVert* VertStep::v

Definition at line 179 of file bmesh_edgeloop.c.

Referenced by bm_loop_path_build_step(), and vs_add().


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