For developing graphical simulations, EOSimulator provides three clases and a CEvent:
Classes | |
class | eosim::graphic::Display |
Display window. More... | |
class | eosim::graphic::Sprite |
Image Sprite. More... | |
class | eosim::graphic::TextSprite |
Text Sprite. More... | |
struct | eosim::graphic::MoveAction |
Movement Action of a Sprite. More... | |
class | eosim::graphic::RefreshGraphic |
C Event which refresh the graphics of a Display. More... | |
Functions | |
MoveAction | eosim::graphic::move (double x, double y, double time) |
Creates a move action which will move an object from its actual position to (x,y) in a number of time units. |
MoveAction eosim::graphic::move | ( | double | x, | |
double | y, | |||
double | time | |||
) |
Creates a move action which will move an object from its actual position to (x,y) in a number of time units.