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

Public Attributes

struct BMEdgeLoopStorenext
 
struct BMEdgeLoopStoreprev
 
ListBase verts
 
int flag
 
int len
 
float co [3]
 
float no [3]
 

Detailed Description

Definition at line 22 of file bmesh_edgeloop.c.

Member Data Documentation

◆ co

float BMEdgeLoopStore::co[3]

◆ flag

int BMEdgeLoopStore::flag

◆ len

int BMEdgeLoopStore::len

◆ next

struct BMEdgeLoopStore* BMEdgeLoopStore::next

◆ no

float BMEdgeLoopStore::no[3]

◆ prev

struct BMEdgeLoopStore * BMEdgeLoopStore::prev

Definition at line 23 of file bmesh_edgeloop.c.

◆ verts

ListBase BMEdgeLoopStore::verts

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