|
Blender
V3.3
|
Public Attributes | |
| PyObject_HEAD BVHTree * | tree |
| float | epsilon |
| float(* | coords )[3] |
| uint(* | tris )[3] |
| uint | coords_len |
| uint | tris_len |
| int * | orig_index |
| float(* | orig_normal )[3] |
Definition at line 81 of file mathutils_bvhtree.c.
| float(* PyBVHTree::coords)[3] |
Definition at line 86 of file mathutils_bvhtree.c.
Referenced by py_bvhtree_overlap_cb().
| uint PyBVHTree::coords_len |
Definition at line 88 of file mathutils_bvhtree.c.
| float PyBVHTree::epsilon |
Definition at line 84 of file mathutils_bvhtree.c.
Referenced by py_bvhtree_overlap().
| int* PyBVHTree::orig_index |
Definition at line 92 of file mathutils_bvhtree.c.
Referenced by py_bvhtree_overlap().
| float(* PyBVHTree::orig_normal)[3] |
Definition at line 94 of file mathutils_bvhtree.c.
| PyObject_HEAD BVHTree* PyBVHTree::tree |
Definition at line 83 of file mathutils_bvhtree.c.
Referenced by py_bvhtree_overlap().
| uint(* PyBVHTree::tris)[3] |
Definition at line 87 of file mathutils_bvhtree.c.
Referenced by py_bvhtree_overlap_cb().
| uint PyBVHTree::tris_len |
Definition at line 88 of file mathutils_bvhtree.c.