uicore::AxisAlignedBoundingBox Class Reference

#include <aabb.h>

Public Member Functions

 AxisAlignedBoundingBox ()
 
 AxisAlignedBoundingBox (const Vec3f &aabb_min, const Vec3f &aabb_max)
 
 AxisAlignedBoundingBox (const AxisAlignedBoundingBox &aabb, const Vec3f &barycentric_min, const Vec3f &barycentric_max)
 
Vec3f center () const
 
Vec3f extents () const
 

Public Attributes

Vec3f aabb_max
 
Vec3f aabb_min
 

Constructor & Destructor Documentation

uicore::AxisAlignedBoundingBox::AxisAlignedBoundingBox ( )
inline
uicore::AxisAlignedBoundingBox::AxisAlignedBoundingBox ( const Vec3f aabb_min,
const Vec3f aabb_max 
)
inline
uicore::AxisAlignedBoundingBox::AxisAlignedBoundingBox ( const AxisAlignedBoundingBox aabb,
const Vec3f barycentric_min,
const Vec3f barycentric_max 
)
inline

Member Function Documentation

Vec3f uicore::AxisAlignedBoundingBox::center ( ) const
inline

References aabb_max, and aabb_min.

Vec3f uicore::AxisAlignedBoundingBox::extents ( ) const
inline

References aabb_max, and aabb_min.

Member Data Documentation

Vec3f uicore::AxisAlignedBoundingBox::aabb_max

Referenced by center(), and extents().

Vec3f uicore::AxisAlignedBoundingBox::aabb_min

Referenced by center(), and extents().


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