Blender
V3.3
|
Public Attributes | |
BMesh * | bm |
GHash * | edgetri_cache |
GHash * | edge_verts |
GHash * | face_edges |
GSet * | wire_edges |
LinkNode * | vert_dissolve |
MemArena * | mem_arena |
struct ISectEpsilon | epsilon |
Definition at line 107 of file bmesh_intersect.c.
BMesh* ISectState::bm |
Definition at line 108 of file bmesh_intersect.c.
Referenced by bm_isect_edge_tri(), bm_isect_tri_tri(), BM_mesh_intersect(), and face_edges_add().
GHash* ISectState::edge_verts |
Definition at line 110 of file bmesh_intersect.c.
Referenced by BM_mesh_intersect(), and edge_verts_add().
GHash* ISectState::edgetri_cache |
Definition at line 109 of file bmesh_intersect.c.
Referenced by bm_isect_edge_tri(), and BM_mesh_intersect().
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().
GHash* ISectState::face_edges |
Definition at line 111 of file bmesh_intersect.c.
Referenced by BM_mesh_intersect(), and face_edges_add().
MemArena* ISectState::mem_arena |
Definition at line 115 of file bmesh_intersect.c.
Referenced by bm_isect_edge_tri(), BM_mesh_intersect(), edge_verts_add(), face_edges_add(), and intersect_line_tri().
LinkNode* ISectState::vert_dissolve |
Definition at line 113 of file bmesh_intersect.c.
Referenced by BM_mesh_intersect(), and intersect_line_tri().
GSet* ISectState::wire_edges |
Definition at line 112 of file bmesh_intersect.c.
Referenced by bm_isect_tri_tri(), and BM_mesh_intersect().