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

#include <MOD_lineart.h>

Public Attributes

struct LineartChainRegisterEntrynext
 
struct LineartChainRegisterEntryprev
 
LineartEdgeChainec
 
LineartEdgeChainItemeci
 
int8_t picked
 
int8_t is_left
 

Detailed Description

Definition at line 232 of file MOD_lineart.h.

Member Data Documentation

◆ ec

LineartEdgeChain* LineartChainRegisterEntry::ec

Definition at line 234 of file MOD_lineart.h.

Referenced by MOD_lineart_chain_connect().

◆ eci

LineartEdgeChainItem* LineartChainRegisterEntry::eci

Definition at line 235 of file MOD_lineart.h.

Referenced by lineart_bounding_area_link_point_recursive().

◆ is_left

int8_t LineartChainRegisterEntry::is_left

◆ next

struct LineartChainRegisterEntry* LineartChainRegisterEntry::next

Definition at line 233 of file MOD_lineart.h.

◆ picked

int8_t LineartChainRegisterEntry::picked

Definition at line 236 of file MOD_lineart.h.

Referenced by MOD_lineart_chain_connect().

◆ prev

struct LineartChainRegisterEntry * LineartChainRegisterEntry::prev

Definition at line 233 of file MOD_lineart.h.


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