Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davideberly/GeometricTools
/ GetTriangle
Method
GetTriangle
GTE/Graphics/BoundTree.h:126–129 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
124
}
125
126
inline int32_t GetTriangle(int32_t i) const
127
{
128
return mTriangles[static_cast<size_t>(i)];
129
}
130
131
inline std::vector<int32_t> const& GetTriangles() const
132
{
Callers
1
CreateModelBound
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected