Blender  V3.3
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 107 of file bmesh_intersect.c.

Member Data Documentation

◆ bm

BMesh* ISectState::bm

◆ edge_verts

GHash* ISectState::edge_verts

Definition at line 110 of file bmesh_intersect.c.

Referenced by BM_mesh_intersect(), and edge_verts_add().

◆ edgetri_cache

GHash* ISectState::edgetri_cache

Definition at line 109 of file bmesh_intersect.c.

Referenced by bm_isect_edge_tri(), and BM_mesh_intersect().

◆ epsilon

struct ISectEpsilon ISectState::epsilon

Definition at line 115 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 111 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 113 of file bmesh_intersect.c.

Referenced by BM_mesh_intersect(), and intersect_line_tri().

◆ wire_edges

GSet* ISectState::wire_edges

Definition at line 112 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: