Blender V5.0
ISectEpsilon Struct Reference

Public Attributes

float eps
float eps_sq
float eps2x
float eps2x_sq
float eps_margin
float eps_margin_sq

Detailed Description

Definition at line 102 of file bmesh_intersect.cc.

Member Data Documentation

◆ eps

float ISectEpsilon::eps

Definition at line 103 of file bmesh_intersect.cc.

Referenced by bm_isect_tri_tri(), and BM_mesh_intersect().

◆ eps2x

float ISectEpsilon::eps2x

Definition at line 104 of file bmesh_intersect.cc.

Referenced by bm_isect_tri_tri(), and BM_mesh_intersect().

◆ eps2x_sq

float ISectEpsilon::eps2x_sq

Definition at line 104 of file bmesh_intersect.cc.

Referenced by bm_isect_tri_tri(), and BM_mesh_intersect().

◆ eps_margin

float ISectEpsilon::eps_margin

Definition at line 105 of file bmesh_intersect.cc.

Referenced by BM_mesh_intersect().

◆ eps_margin_sq

float ISectEpsilon::eps_margin_sq

Definition at line 105 of file bmesh_intersect.cc.

Referenced by BM_mesh_intersect().

◆ eps_sq

float ISectEpsilon::eps_sq

Definition at line 103 of file bmesh_intersect.cc.

Referenced by bm_isect_edge_tri(), and BM_mesh_intersect().


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