Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NazaraEngine/NazaraEngine
/ GetVertex
Method
GetVertex
src/Nazara/Utility/AlgorithmUtility.cpp:262–265 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
260
}
261
262
int GetVertex(int which) const
263
{
264
return m_cache[which];
265
}
266
267
private:
268
int FindVertex(int v) const
Callers
3
AddTriangleToDrawList
Method · 0.80
CleanCalculationFlags
Method · 0.80
PartialScoreRecalculation
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected