Blender  V2.93
Public Attributes | List of all members
PyBVHTree Struct Reference

Public Attributes

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

Detailed Description

Definition at line 95 of file mathutils_bvhtree.c.

Member Data Documentation

◆ coords

float(* PyBVHTree::coords)[3]

Definition at line 99 of file mathutils_bvhtree.c.

Referenced by py_bvhtree_overlap_cb().

◆ coords_len

uint PyBVHTree::coords_len

Definition at line 101 of file mathutils_bvhtree.c.

◆ epsilon

float PyBVHTree::epsilon

Definition at line 97 of file mathutils_bvhtree.c.

Referenced by py_bvhtree_overlap().

◆ orig_index

int* PyBVHTree::orig_index

Definition at line 105 of file mathutils_bvhtree.c.

Referenced by py_bvhtree_overlap().

◆ orig_normal

float(* PyBVHTree::orig_normal)[3]

Definition at line 107 of file mathutils_bvhtree.c.

◆ tree

PyObject_HEAD BVHTree* PyBVHTree::tree

Definition at line 96 of file mathutils_bvhtree.c.

Referenced by py_bvhtree_overlap().

◆ tris

uint(* PyBVHTree::tris)[3]

Definition at line 100 of file mathutils_bvhtree.c.

Referenced by py_bvhtree_overlap_cb().

◆ tris_len

uint PyBVHTree::tris_len

Definition at line 101 of file mathutils_bvhtree.c.


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