|
Blender
V2.93
|
Public Attributes | |
| float | eps |
| float | eps_sq |
| float | eps2x |
| float | eps2x_sq |
| float | eps_margin |
| float | eps_margin_sq |
Definition at line 115 of file bmesh_intersect.c.
| float ISectEpsilon::eps |
Definition at line 116 of file bmesh_intersect.c.
Referenced by bm_isect_tri_tri(), and BM_mesh_intersect().
| float ISectEpsilon::eps2x |
Definition at line 117 of file bmesh_intersect.c.
Referenced by bm_isect_tri_tri(), and BM_mesh_intersect().
| float ISectEpsilon::eps2x_sq |
Definition at line 117 of file bmesh_intersect.c.
Referenced by bm_isect_tri_tri(), and BM_mesh_intersect().
| float ISectEpsilon::eps_margin |
Definition at line 118 of file bmesh_intersect.c.
Referenced by BM_mesh_intersect().
| float ISectEpsilon::eps_margin_sq |
Definition at line 118 of file bmesh_intersect.c.
Referenced by BM_mesh_intersect().
| float ISectEpsilon::eps_sq |
Definition at line 116 of file bmesh_intersect.c.
Referenced by bm_isect_edge_tri(), and BM_mesh_intersect().