MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / getPoints

Method getPoints

src/Geoscape/Polygon.cpp:178–181  ·  view source on GitHub ↗

* Returns the number of points (vertexes) that make up the polygon. * @return Number of points. */

Source from the content-addressed store, hash-verified

176 * @return Number of points.
177 */
178int Polygon::getPoints() const
179{
180 return _points;
181}
182
183}

Callers 9

addFinishedResearchMethod · 0.45
ufoLiftingMethod · 0.45
addScoreMethod · 0.45
processTerrorSiteMethod · 0.45
time1DayMethod · 0.45
insidePolygonMethod · 0.45
cacheMethod · 0.45
drawLandMethod · 0.45
drawDetailMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected