Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ getVert
Method
getVert
Engine/source/math/util/decomposePoly.cpp:50–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
U8 decompTri::getVert(U8 idx)
51
{
52
if(idx < 3)
53
return mVertIdx[idx];
54
55
return mVertIdx[2];
56
}
57
58
twoIndices decompTri::getOtherVerts(U8 idx)
59
{
Callers
5
isInside
Method · 0.80
formTriFromEdges
Method · 0.80
findPointsInside
Method · 0.80
getTriIdx
Method · 0.80
decompose
Method · 0.80
Calls
2
Point3F
Class · 0.50
size
Method · 0.45
Tested by
no test coverage detected