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

#include <BKE_bvhutils.h>

Public Attributes

struct BVHTreetree
 
BVHTree_NearestPointCallback nearest_callback
 
BVHTree_RayCastCallback raycast_callback
 
struct BMEditMeshem
 
bool cached
 

Detailed Description

Struct that stores basic information about a BVHTree built from a edit-mesh.

Definition at line 48 of file BKE_bvhutils.h.

Member Data Documentation

◆ cached

bool BVHTreeFromEditMesh::cached

Definition at line 58 of file BKE_bvhutils.h.

Referenced by snap_object_data_editmesh_get(), and snapEditMesh().

◆ em

struct BMEditMesh* BVHTreeFromEditMesh::em

◆ nearest_callback

BVHTree_NearestPointCallback BVHTreeFromEditMesh::nearest_callback

Definition at line 52 of file BKE_bvhutils.h.

◆ raycast_callback

BVHTree_RayCastCallback BVHTreeFromEditMesh::raycast_callback

Definition at line 53 of file BKE_bvhutils.h.

Referenced by raycastEditMesh().

◆ tree

struct BVHTree* BVHTreeFromEditMesh::tree

Definition at line 49 of file BKE_bvhutils.h.

Referenced by raycastEditMesh(), snap_object_data_editmesh_get(), and snapEditMesh().


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