OpenStructure
|
#include <aligned_cuboid.hh>
Public Member Functions | |
AlignedCuboid (const Vec3 &mmin, const Vec3 &mmax) | |
Vec3 | GetSize () 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 | ( | const Vec3 & | mmin, |
const Vec3 & | mmax | ||
) |
Vec3 GetCenter | ( | ) | const |
const Vec3& GetMax | ( | ) | const |
const Vec3& GetMin | ( | ) | const |
Vec3 GetSize | ( | ) | const |