Blender V5.0
BVHNearestProjectedData Struct Reference

Public Attributes

DistProjectedAABBPrecalc precalc
bool closest_axis [3]
BVHTree_NearestProjectedCallback callback
void * userdata
BVHTreeNearest nearest
int clip_plane_len
float clip_plane [0][4]

Detailed Description

Definition at line 144 of file BLI_kdopbvh.cc.

Member Data Documentation

◆ callback

BVHTree_NearestProjectedCallback BVHNearestProjectedData::callback

Definition at line 147 of file BLI_kdopbvh.cc.

◆ clip_plane

float BVHNearestProjectedData::clip_plane[0][4]

Definition at line 152 of file BLI_kdopbvh.cc.

◆ clip_plane_len

int BVHNearestProjectedData::clip_plane_len

Definition at line 151 of file BLI_kdopbvh.cc.

◆ closest_axis

bool BVHNearestProjectedData::closest_axis[3]

Definition at line 146 of file BLI_kdopbvh.cc.

◆ nearest

BVHTreeNearest BVHNearestProjectedData::nearest

Definition at line 149 of file BLI_kdopbvh.cc.

◆ precalc

DistProjectedAABBPrecalc BVHNearestProjectedData::precalc

Definition at line 145 of file BLI_kdopbvh.cc.

◆ userdata

void* BVHNearestProjectedData::userdata

Definition at line 148 of file BLI_kdopbvh.cc.


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