MCPcopy Create free account
hub / github.com/OpenMW/openmw / getPathgridNode

Function getPathgridNode

components/sceneutil/pathgridutil.cpp:245–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243 }
244
245 unsigned short getPathgridNode(unsigned vertexIndex)
246 {
247 return static_cast<unsigned short>(vertexIndex / (DiamondVertexCount + DiamondConnectorVertexCount));
248 }
249}

Callers 7

getToolTipMethod · 0.85
secondaryEditPressedMethod · 0.85
primarySelectPressedMethod · 0.85
dragMethod · 0.85
dragCompletedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected