MCPcopy Create free account
hub / github.com/OpenDungeons/OpenDungeons / getDistSquared

Method getDistSquared

source/gamemap/TileContainer.cpp:55–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 { return mType; }
54
55 inline int getDistSquared() const
56 { return mDistSquared; }
57
58 void computeTileDistances(double coefNorth, double coefSouth, const TileDistance& tileDistance,
59 uint32_t indexTileDistance)

Callers 3

sortByDistSquaredFunction · 0.80
circularRegionMethod · 0.80
visibleTilesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected