MCPcopy 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
50U8 decompTri::getVert(U8 idx)
51{
52 if(idx < 3)
53 return mVertIdx[idx];
54
55 return mVertIdx[2];
56}
57
58twoIndices decompTri::getOtherVerts(U8 idx)
59{

Callers 5

isInsideMethod · 0.80
formTriFromEdgesMethod · 0.80
findPointsInsideMethod · 0.80
getTriIdxMethod · 0.80
decomposeMethod · 0.80

Calls 2

Point3FClass · 0.50
sizeMethod · 0.45

Tested by

no test coverage detected