#include <box.hpp>
Public Types | |
| typedef T | value_type |
| typedef T & | reference |
| typedef const T & | const_reference |
Public Member Functions | |
| basic_box (const_reference left, const_reference top, const_reference right, const_reference bottom, const_reference front, const_reference back) | |
| value_type | w () const |
| value_type | h () const |
| value_type | d () const |
| value_type | volume () const |
| const_reference | left () const |
| const_reference | top () const |
| const_reference | right () const |
| const_reference | bottom () const |
| const_reference | front () const |
| const_reference | back () const |
| reference | left () |
| reference | top () |
| reference | right () |
| reference | bottom () |
| reference | front () |
| reference | back () |
| typedef T sge::math::basic_box< T >::value_type |
| typedef T& sge::math::basic_box< T >::reference |
| typedef const T& sge::math::basic_box< T >::const_reference |
| sge::math::basic_box< T >::basic_box | ( | const_reference | left, | |
| const_reference | top, | |||
| const_reference | right, | |||
| const_reference | bottom, | |||
| const_reference | front, | |||
| const_reference | back | |||
| ) | [inline] |
| sge::math::basic_box< T >::value_type sge::math::basic_box< T >::w | ( | ) | const [inline] |
| sge::math::basic_box< T >::value_type sge::math::basic_box< T >::h | ( | ) | const [inline] |
| sge::math::basic_box< T >::value_type sge::math::basic_box< T >::d | ( | ) | const [inline] |
| sge::math::basic_box< T >::value_type sge::math::basic_box< T >::volume | ( | ) | const [inline] |
| sge::math::basic_box< T >::const_reference sge::math::basic_box< T >::left | ( | ) | const [inline] |
| sge::math::basic_box< T >::const_reference sge::math::basic_box< T >::top | ( | ) | const [inline] |
| sge::math::basic_box< T >::const_reference sge::math::basic_box< T >::right | ( | ) | const [inline] |
| sge::math::basic_box< T >::const_reference sge::math::basic_box< T >::bottom | ( | ) | const [inline] |
| sge::math::basic_box< T >::const_reference sge::math::basic_box< T >::front | ( | ) | const [inline] |
| sge::math::basic_box< T >::const_reference sge::math::basic_box< T >::back | ( | ) | const [inline] |
| sge::math::basic_box< T >::reference sge::math::basic_box< T >::left | ( | ) | [inline] |
| sge::math::basic_box< T >::reference sge::math::basic_box< T >::top | ( | ) | [inline] |
| sge::math::basic_box< T >::reference sge::math::basic_box< T >::right | ( | ) | [inline] |
| sge::math::basic_box< T >::reference sge::math::basic_box< T >::bottom | ( | ) | [inline] |
| sge::math::basic_box< T >::reference sge::math::basic_box< T >::front | ( | ) | [inline] |
| sge::math::basic_box< T >::reference sge::math::basic_box< T >::back | ( | ) | [inline] |
1.5.5