Blender V5.0
BVHTreeAxisRange Struct Reference

#include <BLI_kdopbvh.hh>

Public Attributes

union { 
   struct { 
      float   min 
      float   max 
   } 
   float   range [2] 
}; 

Detailed Description

Definition at line 21 of file BLI_kdopbvh.hh.

Member Data Documentation

◆ [union]

union { ... } BVHTreeAxisRange

◆ max

float BVHTreeAxisRange::max

Definition at line 24 of file BLI_kdopbvh.hh.

◆ min

float BVHTreeAxisRange::min

Definition at line 24 of file BLI_kdopbvh.hh.

◆ range

float BVHTreeAxisRange::range[2]

Definition at line 27 of file BLI_kdopbvh.hh.


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