Blender  V2.93
Public Attributes | List of all members
ISectState Struct Reference

Public Attributes

BMeshbm
 
GHashedgetri_cache
 
GHashedge_verts
 
GHashface_edges
 
GSetwire_edges
 
LinkNodevert_dissolve
 
MemArenamem_arena
 
struct ISectEpsilon epsilon
 

Detailed Description

Definition at line 121 of file bmesh_intersect.c.

Member Data Documentation

◆ bm

BMesh* ISectState::bm

◆ edge_verts

GHash* ISectState::edge_verts

Definition at line 124 of file bmesh_intersect.c.

Referenced by BM_mesh_intersect(), and edge_verts_add().

◆ edgetri_cache

GHash* ISectState::edgetri_cache

Definition at line 123 of file bmesh_intersect.c.

Referenced by bm_isect_edge_tri(), and BM_mesh_intersect().

◆ epsilon

struct ISectEpsilon ISectState::epsilon

Definition at line 129 of file bmesh_intersect.c.

Referenced by bm_isect_edge_tri(), bm_isect_tri_tri(), and BM_mesh_intersect().

◆ face_edges

GHash* ISectState::face_edges

Definition at line 125 of file bmesh_intersect.c.

Referenced by BM_mesh_intersect(), and face_edges_add().

◆ mem_arena

MemArena* ISectState::mem_arena

◆ vert_dissolve

LinkNode* ISectState::vert_dissolve

Definition at line 127 of file bmesh_intersect.c.

Referenced by BM_mesh_intersect(), and intersect_line_tri().

◆ wire_edges

GSet* ISectState::wire_edges

Definition at line 126 of file bmesh_intersect.c.

Referenced by bm_isect_tri_tri(), and BM_mesh_intersect().


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