Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SimHacker/micropolis
/ Position
Method
Position
MicropolisCore/src/MicropolisEngine/src/position.cpp:74–78 ·
view source on GitHub ↗
Default constructor. */
Source
from the content-addressed store, hash-verified
72
73
/** Default constructor. */
74
Position::Position()
75
{
76
this->posX = 0;
77
this->posY = 0;
78
}
79
80
/**
81
* Construct a position at a given \a x and \a y coordinate.
Callers
nothing calls this directly
Calls
1
move
Method · 0.95
Tested by
no test coverage detected