Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bwapi/bwapi
/ Point
Class
Point
bwapi/include/BWAPI/Position.h:12–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
// Declaration
11
template<typename T, int Scale = 1>
12
class Point;
13
14
// Restrictions (no division by 0 or types too small to contain map positions)
15
template<typename T> class Point<T, 0> {};
Callers
nothing calls this directly
Calls
1
isValid
Method · 0.95
Tested by
no test coverage detected