axis-aligned cuboid More...
#include <aligned_cuboid.hh>
Public Member Functions | |
| AlignedCuboid () | |
| AlignedCuboid (const Vec3 &mmin, const Vec3 &mmax) | |
| Vec3 | GetSize () const |
| Real | GetVolume () const |
| const Vec3 & | GetMin () const |
| const Vec3 & | GetMax () const |
| Vec3 | GetCenter () const |
axis-aligned cuboid
For an arbitrarily oriented cuboid see Cuboid
Definition at line 35 of file aligned_cuboid.hh.
| AlignedCuboid | ( | ) | [inline] |
Definition at line 37 of file aligned_cuboid.hh.
| AlignedCuboid | ( | const Vec3 & | mmin, | |
| const Vec3 & | mmax | |||
| ) | [inline] |
Definition at line 38 of file aligned_cuboid.hh.
| Vec3 GetCenter | ( | ) | const [inline] |
Definition at line 51 of file aligned_cuboid.hh.
| const Vec3& GetMax | ( | ) | const [inline] |
Definition at line 49 of file aligned_cuboid.hh.
| const Vec3& GetMin | ( | ) | const [inline] |
Definition at line 47 of file aligned_cuboid.hh.
| Vec3 GetSize | ( | ) | const [inline] |
Definition at line 40 of file aligned_cuboid.hh.
| Real GetVolume | ( | ) | const [inline] |
Definition at line 42 of file aligned_cuboid.hh.
1.6.1