![]() |
YAPOG
0.0.1
Yet Another Pokemon Online Game
|
#include <Spatial3Info.hpp>
Public Member Functions | |
| Spatial3Info () | |
| Spatial3Info (const Vector2 &position, const Vector2 &size, int z, int h) | |
| Spatial3Info (const Spatial3Info ©) | |
| Spatial3Info & | operator= (const Spatial3Info ©) |
| const int & | GetZ () const |
| const int & | GetH () const |
| void | SetZ (int z) |
| void | SetH (int h) |
Public Member Functions inherited from yap::SpatialInfo | |
| SpatialInfo () | |
| SpatialInfo (const Vector2 &position, const Vector2 &size) | |
| SpatialInfo (const SpatialInfo ©) | |
| SpatialInfo & | operator= (const SpatialInfo ©) |
| const Vector2 & | GetPosition () const |
| const Vector2 & | GetSize () const |
| const Vector2 & | GetTopLeft () const |
| const Vector2 & | GetBottomRight () const |
| const Vector2 & | GetCenter () const |
| const FloatRect & | GetRectangle () const |
| void | SetPosition (const Vector2 &position) |
| void | SetSize (const Vector2 &size) |
Private Attributes | |
| int | z_ |
| int | h_ |
Static Private Attributes | |
| static const int | DEFAULT_Z = 0 |
| static const int | DEFAULT_H = 1 |
Definition at line 9 of file Spatial3Info.hpp.
| yap::Spatial3Info::Spatial3Info | ( | ) |
Definition at line 8 of file Spatial3Info.cpp.
Definition at line 15 of file Spatial3Info.cpp.
| yap::Spatial3Info::Spatial3Info | ( | const Spatial3Info & | copy | ) |
Definition at line 26 of file Spatial3Info.cpp.
| const int & yap::Spatial3Info::GetH | ( | ) | const |
| const int & yap::Spatial3Info::GetZ | ( | ) | const |
| Spatial3Info & yap::Spatial3Info::operator= | ( | const Spatial3Info & | copy | ) |
Definition at line 33 of file Spatial3Info.cpp.
| void yap::Spatial3Info::SetH | ( | int | h | ) |
| void yap::Spatial3Info::SetZ | ( | int | z | ) |
|
staticprivate |
Definition at line 32 of file Spatial3Info.hpp.
|
staticprivate |
Definition at line 31 of file Spatial3Info.hpp.
|
private |
Definition at line 35 of file Spatial3Info.hpp.
|
private |
Definition at line 34 of file Spatial3Info.hpp.