Stg::bounds3d_t Class Reference

#include <stage.hh>

Public Member Functions

 bounds3d_t ()
 
 bounds3d_t (const Bounds &x, const Bounds &y, const Bounds &z)
 

Public Attributes

Bounds x
 volume extent along x axis, intially zero
 
Bounds y
 volume extent along y axis, initially zero
 
Bounds z
 volume extent along z axis, initially zero
 

Detailed Description

Define a three-dimensional bounding box, initialized to zero

Constructor & Destructor Documentation

Stg::bounds3d_t::bounds3d_t ( )
inline
Stg::bounds3d_t::bounds3d_t ( const Bounds x,
const Bounds y,
const Bounds z 
)
inline

Member Data Documentation

Bounds Stg::bounds3d_t::x

volume extent along x axis, intially zero

Bounds Stg::bounds3d_t::y

volume extent along y axis, initially zero

Bounds Stg::bounds3d_t::z

volume extent along z axis, initially zero


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