Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getToolTip
Method · 0.85
secondaryEditPressed
Method · 0.85
primarySelectPressed
Method · 0.85
secondarySelectPressed
Method · 0.85
secondaryEditStartDrag
Method · 0.85
drag
Method · 0.85
dragCompleted
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected