![]() |
ufe 5.5
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 205 of file types.h.
References Ufe::TypedVectorN< T, SZ >::vector.
|
inline |
Definition at line 212 of file types.h.
References Ufe::TypedVectorN< T, SZ >::x(), Ufe::TypedVectorN< T, SZ >::y(), and Ufe::TypedVectorN< T, SZ >::z().

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