MCPcopy 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
44void decompTri::setVert(U8 val, U8 idx)
45{
46 if(idx < 3)
47 mVertIdx[idx] = val;
48}
49
50U8 decompTri::getVert(U8 idx)
51{

Callers 2

formTriFromEdgesMethod · 0.80
decomposeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected