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

Public Attributes

const BVHTreetree
 
struct DistProjectedAABBPrecalc precalc
 
bool closest_axis [3]
 
float clip_plane [6][4]
 
int clip_plane_len
 
BVHTree_NearestProjectedCallback callback
 
void * userdata
 
BVHTreeNearest nearest
 

Detailed Description

Definition at line 158 of file BLI_kdopbvh.c.

Member Data Documentation

◆ callback

BVHTree_NearestProjectedCallback BVHNearestProjectedData::callback

Definition at line 164 of file BLI_kdopbvh.c.

◆ clip_plane

float BVHNearestProjectedData::clip_plane[6][4]

Definition at line 162 of file BLI_kdopbvh.c.

◆ clip_plane_len

int BVHNearestProjectedData::clip_plane_len

Definition at line 163 of file BLI_kdopbvh.c.

◆ closest_axis

bool BVHNearestProjectedData::closest_axis[3]

Definition at line 161 of file BLI_kdopbvh.c.

◆ nearest

BVHTreeNearest BVHNearestProjectedData::nearest

Definition at line 166 of file BLI_kdopbvh.c.

◆ precalc

struct DistProjectedAABBPrecalc BVHNearestProjectedData::precalc

Definition at line 159 of file BLI_kdopbvh.c.

◆ tree

const BVHTree* BVHNearestProjectedData::tree

Definition at line 159 of file BLI_kdopbvh.c.

◆ userdata

void* BVHNearestProjectedData::userdata

Definition at line 165 of file BLI_kdopbvh.c.


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