SOFUS ..
Public Attributes | List of all members
bbox_t< T > Struct Template Reference

Bounding box. More...

#include <smath_types.hpp>

Public Attributes

point_t< T > min
 Boundary minimum. More...
 
point_t< T > max
 Boundary maximum. More...
 

Detailed Description

template<typename T>
struct sps::bbox_t< T >

Bounding box.

The bounding box is used for fast parallel computation and to optimize the cache usage.

Member Data Documentation

◆ max

point_t<T> max

◆ min

point_t<T> min

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