DHART
Loading...
Searching...
No Matches
nanort::BBox< T > Class Template Reference

Bounding box. More...

#include <nanort.h>

+ Collaboration diagram for nanort::BBox< T >:

Public Member Functions

 BBox ()
 

Public Attributes

real3< T > bmin
 
real3< T > bmax
 

Detailed Description

template<typename T>
class nanort::BBox< T >

Bounding box.

Definition at line 636 of file nanort.h.

Constructor & Destructor Documentation

◆ BBox()

template<typename T >
nanort::BBox< T >::BBox ( )
inline

Definition at line 641 of file nanort.h.

References nanort::BBox< T >::bmax, and nanort::BBox< T >::bmin.

Member Data Documentation

◆ bmax

template<typename T >
real3<T> nanort::BBox< T >::bmax

Definition at line 639 of file nanort.h.

Referenced by nanort::BBox< T >::BBox(), and nanort::BVHAccel< T >::Build().

◆ bmin

template<typename T >
real3<T> nanort::BBox< T >::bmin

Definition at line 638 of file nanort.h.

Referenced by nanort::BBox< T >::BBox(), and nanort::BVHAccel< T >::Build().


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