|
Blender
V3.3
|
Public Attributes | |
| float | eps |
| float | eps_sq |
| float | eps2x |
| float | eps2x_sq |
| float | eps_margin |
| float | eps_margin_sq |
Definition at line 101 of file bmesh_intersect.c.
| float ISectEpsilon::eps |
Definition at line 102 of file bmesh_intersect.c.
Referenced by bm_isect_tri_tri(), and BM_mesh_intersect().
| float ISectEpsilon::eps2x |
Definition at line 103 of file bmesh_intersect.c.
Referenced by bm_isect_tri_tri(), and BM_mesh_intersect().
| float ISectEpsilon::eps2x_sq |
Definition at line 103 of file bmesh_intersect.c.
Referenced by bm_isect_tri_tri(), and BM_mesh_intersect().
| float ISectEpsilon::eps_margin |
Definition at line 104 of file bmesh_intersect.c.
Referenced by BM_mesh_intersect().
| float ISectEpsilon::eps_margin_sq |
Definition at line 104 of file bmesh_intersect.c.
Referenced by BM_mesh_intersect().
| float ISectEpsilon::eps_sq |
Definition at line 102 of file bmesh_intersect.c.
Referenced by bm_isect_edge_tri(), and BM_mesh_intersect().