Blender  V3.3
Public Attributes | List of all members
PyBVH_RangeData Struct Reference

Public Attributes

PyBVHTreeself
 
PyObject * result
 
float dist_sq
 

Detailed Description

Definition at line 410 of file mathutils_bvhtree.c.

Member Data Documentation

◆ dist_sq

float PyBVH_RangeData::dist_sq

Definition at line 413 of file mathutils_bvhtree.c.

Referenced by py_bvhtree_nearest_point_range_cb().

◆ result

PyObject* PyBVH_RangeData::result

Definition at line 412 of file mathutils_bvhtree.c.

◆ self

PyBVHTree* PyBVH_RangeData::self

Definition at line 411 of file mathutils_bvhtree.c.


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