![]() |
ufe
3.2
Universal Front End is a DCC-agnostic component that will allow a DCC to browse and edit data in multiple data models
|
3D bounding box class. More...
#include <types.h>

Public Member Functions | |
| BBox3d () | |
| Create an empty bounding box. More... | |
| BBox3d (const Vector3d &aMin, const Vector3d &aMax) | |
| bool | empty () const |
Public Attributes | |
| Vector3d | min |
| Vector3d | max |
3D bounding box class.
Axis-aligned 3D bounding box class. Considered empty if the minimum in any dimension is greater than the maximum.
|
inline |
Create an empty bounding box.
Definition at line 103 of file types.h.
References Ufe::TypedVector3< T >::vector.
|
inline |
Definition at line 110 of file types.h.
References Ufe::TypedVector3< T >::x(), Ufe::TypedVector3< T >::y(), and Ufe::TypedVector3< T >::z().

| Vector3d Ufe::BBox3d::max |
Definition at line 100 of file types.h.
Referenced by Ufe::operator<<().
| Vector3d Ufe::BBox3d::min |
Definition at line 99 of file types.h.
Referenced by Ufe::operator<<().