#include <Size3D.hpp>
Public Member Functions | |
Size3D (int _width, int _height, int _depth) | |
Size3D (const Vect3Di &V) | |
Size3D | LargerBound (const Size3D &other) |
Size3D | SmallerBound (const Size3D &other) |
Vect3Di | GetV () const |
operator Vect3Di () | |
int | operator== (const Size3D &other) const |
int | operator!= (const Size3D &other) const |
Public Attributes | |
int | width |
int | height |
int | depth |
Definition at line 27 of file Size3D.hpp.