MCPcopy Create free account
hub / github.com/DanielChappuis/reactphysics3d / getNbTriangles

Method getNbTriangles

include/reactphysics3d/utils/DebugRenderer.h:302–304  ·  view source on GitHub ↗

Return the number of triangles * @return The number of triangles in the array of triangles to draw */

Source from the content-addressed store, hash-verified

300 * @return The number of triangles in the array of triangles to draw
301 */
302RP3D_FORCE_INLINE uint32 DebugRenderer::getNbTriangles() const {
303 return static_cast<uint32>(mTriangles.size());
304}
305
306// Return a reference to the array of triangles
307/**

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected