MCPcopy Create free account
hub / github.com/bwapi/bwapi / center

Method center

bwapi/BWScriptEmulator/Location.cpp:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11{};
12
13BWAPI::Position Location::center() const
14{
15 return (this->topLeft + this->bottomRight)/2;
16}
17int Location::left() const
18{
19 return this->topLeft.x;

Callers 6

executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected