MCPcopy Create free account
hub / github.com/ddnet/ddnet / SetInexistent

Function SetInexistent

src/tools/map_replace_area.cpp:656–660  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

654}
655
656void SetInexistent(float *pArray, const int Count)
657{
658 for(int i = 0; i < Count; i++)
659 pArray[i] = std::numeric_limits<float>::max();
660}
661
662bool IsInexistent(const float *pArray, const int Count)
663{

Callers 4

SetExtendedAreaFunction · 0.85
GetVisibleAreaFunction · 0.85
GetReplaceableAreaFunction · 0.85
GetLineIntersectionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected