|
|
__both__ | interval (T begin, T end) |
| |
|
__both__ bool | contains (const T &t) const |
| |
|
__both__ bool | is_empty () const |
| |
|
__both__ bool | empty () const |
| |
|
__both__ T | center () const |
| |
|
__both__ T | span () const |
| |
|
__both__ T | diagonal () const |
| |
|
__both__ interval< T > & | extend (const T &t) |
| |
|
__both__ interval< T > & | extend (const interval< T > &t) |
| |
|
__both__ interval< T > | including (const T &t) |
| |
|
|
static __both__ interval< T > | positive () |
| |
|
|
union { |
|
T begin |
| |
|
T lower |
| |
|
T lo |
| |
| }; | |
| |
|
union { |
|
T end |
| |
|
T upper |
| |
|
T hi |
| |
| }; | |
| |
The documentation for this struct was generated from the following file:
- owl/include/owl/common/math/box.h