Blender  V3.3
Public Attributes | List of all members
BVHTreeAxisRange Struct Reference

#include <BLI_kdopbvh.h>

Public Attributes

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

Detailed Description

Definition at line 22 of file BLI_kdopbvh.h.

Member Data Documentation

◆ 

union { ... }

◆ max

float BVHTreeAxisRange::max

Definition at line 25 of file BLI_kdopbvh.h.

◆ min

float BVHTreeAxisRange::min

Definition at line 25 of file BLI_kdopbvh.h.

◆ range

float BVHTreeAxisRange::range[2]

Definition at line 28 of file BLI_kdopbvh.h.


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