#include <EntityModel.h>
◆ EntityModel()
| EntityModel::EntityModel |
( |
float | normalizedX, |
|
|
float | normalizedY ) |
|
explicit |
Base class for entities.
- Parameters
-
| normalizedX | Normalized initial X coordinate |
| normalizedY | Normalized initial Y coordinate |
◆ ~EntityModel()
| logic::EntityModel::~EntityModel |
( |
| ) |
|
|
overridedefault |
◆ getX()
| float EntityModel::getX |
( |
| ) |
const |
|
nodiscard |
- Returns
- normalized X coordinate
◆ getY()
| float EntityModel::getY |
( |
| ) |
const |
|
nodiscard |
- Returns
- normalized Y coordinate
| float logic::EntityModel::x |
|
protected |
| float logic::EntityModel::y |
|
protected |
The documentation for this class was generated from the following files: