MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / GetNumTriangles

Method GetNumTriangles

GTE/Graphics/BoundTree.h:121–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119 }
120
121 inline int32_t GetNumTriangles() const
122 {
123 return static_cast<int32_t>(mTriangles.size());
124 }
125
126 inline int32_t GetTriangle(int32_t i) const
127 {

Callers 1

BoundTreeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected