Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ getNumTris
Method
getNumTris
Engine/source/math/util/decomposePoly.h:74–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
void newPoly();
73
U8 getNumVerts() { return mVertList.size(); }
74
U32 getNumTris() { return mTris.size(); }
75
U8 getTriIdx(U32 tri, U8 idx);
76
bool checkEdgeLength(F32 len);
77
bool decompose();
Callers
4
buildConvex
Method · 0.80
buildSegmentPolyList
Method · 0.80
castRay
Method · 0.80
_generateVerts
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected