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

Public Attributes

BVHTreetree
 
BMLoop *(* looptris )[3]
 
float uv [2]
 
uint base_index
 
bool(* filter_cb )(BMFace *f, void *userdata)
 
voidfilter_data
 

Detailed Description

Definition at line 181 of file editmesh_knife.c.

Member Data Documentation

◆ base_index

uint KnifeBVH::base_index

◆ filter_cb

bool(* KnifeBVH::filter_cb) (BMFace *f, void *userdata)

Definition at line 188 of file editmesh_knife.c.

Referenced by knife_bvh_raycast_cb(), and knife_bvh_raycast_filter().

◆ filter_data

void* KnifeBVH::filter_data

Definition at line 189 of file editmesh_knife.c.

Referenced by knife_bvh_raycast_cb(), and knife_bvh_raycast_filter().

◆ looptris

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

◆ tree

BVHTree* KnifeBVH::tree

◆ uv

float KnifeBVH::uv[2]

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