Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ setVert
Method
setVert
Engine/source/math/util/decomposePoly.cpp:44–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
void decompTri::setVert(U8 val, U8 idx)
45
{
46
if(idx < 3)
47
mVertIdx[idx] = val;
48
}
49
50
U8 decompTri::getVert(U8 idx)
51
{
Callers
2
formTriFromEdges
Method · 0.80
decompose
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected