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

Public Attributes

BVHTreetree
 
BMLoop *(* looptris )[3]
 
int looptris_tot
 
BMeshbm
 
const float(* cos_cage )[3]
 
bool cos_cage_free
 
int flag
 

Detailed Description

Definition at line 17 of file editmesh_bvh.c.

Member Data Documentation

◆ bm

BMesh* BMBVHTree::bm

◆ cos_cage

const float(* BMBVHTree::cos_cage)[3]

◆ cos_cage_free

bool BMBVHTree::cos_cage_free

Definition at line 26 of file editmesh_bvh.c.

Referenced by BKE_bmbvh_free(), and BKE_bmbvh_new_ex().

◆ flag

int BMBVHTree::flag

Definition at line 28 of file editmesh_bvh.c.

Referenced by BKE_bmbvh_new_ex(), and bmbvh_ray_cast_handle_hit().

◆ looptris

BMLoop*(* BMBVHTree::looptris)[3]

◆ looptris_tot

int BMBVHTree::looptris_tot

Definition at line 21 of file editmesh_bvh.c.

Referenced by BKE_bmbvh_new_ex().

◆ tree

BVHTree* BMBVHTree::tree

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