Blender V4.3
BVHTreeAxisRange Struct Reference

#include <BLI_kdopbvh.h>

Public Attributes

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

Detailed Description

Definition at line 23 of file BLI_kdopbvh.h.

Member Data Documentation

◆ [union]

union { ... } BVHTreeAxisRange

◆ max

float BVHTreeAxisRange::max

Definition at line 26 of file BLI_kdopbvh.h.

◆ min

float BVHTreeAxisRange::min

Definition at line 26 of file BLI_kdopbvh.h.

◆ range

float BVHTreeAxisRange::range[2]

Definition at line 29 of file BLI_kdopbvh.h.


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