MCPcopy 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

AddTriangleToDrawListMethod · 0.80
CleanCalculationFlagsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected