Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bwapi/bwapi
/ plotX
Method
plotX
bwapi/BWAPI/Source/BW/Bitmap.cpp:262–265 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
260
this->plotX(x, y, color);
261
}
262
void Bitmap::plotX(int x, int y, u8 col)
263
{
264
this->data[ x + y*this->width() ] = col;
265
}
266
/*
267
void Bitmap::intersection(int& x1, int& y1, int x2, int y2) const
268
{
Callers
2
plot
Method · 0.95
drawLine
Method · 0.95
Calls
1
width
Method · 0.95
Tested by
no test coverage detected