Blender V4.3
PyBVHTree Struct Reference

Public Attributes

PyObject_HEAD BVHTreetree
 
float epsilon
 
float(* coords )[3]
 
uint(* tris )[3]
 
uint coords_len
 
uint tris_len
 
intorig_index
 
float(* orig_normal )[3]
 

Detailed Description

Definition at line 82 of file mathutils_bvhtree.cc.

Member Data Documentation

◆ coords

◆ coords_len

uint PyBVHTree::coords_len

Definition at line 89 of file mathutils_bvhtree.cc.

◆ epsilon

float PyBVHTree::epsilon

Definition at line 85 of file mathutils_bvhtree.cc.

◆ orig_index

int* PyBVHTree::orig_index

Definition at line 93 of file mathutils_bvhtree.cc.

◆ orig_normal

float(* PyBVHTree::orig_normal)[3]

Definition at line 95 of file mathutils_bvhtree.cc.

◆ tree

PyObject_HEAD BVHTree* PyBVHTree::tree

Definition at line 84 of file mathutils_bvhtree.cc.

◆ tris

uint(* PyBVHTree::tris)[3]

Definition at line 88 of file mathutils_bvhtree.cc.

Referenced by py_bvhtree_overlap_cb().

◆ tris_len

uint PyBVHTree::tris_len

Definition at line 89 of file mathutils_bvhtree.cc.


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