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

Method getLinesArray

include/reactphysics3d/utils/DebugRenderer.h:294–296  ·  view source on GitHub ↗

Return a pointer to the array of lines * @return A pointer to the first element of the lines array to draw */

Source from the content-addressed store, hash-verified

292 * @return A pointer to the first element of the lines array to draw
293 */
294RP3D_FORCE_INLINE const DebugRenderer::DebugLine* DebugRenderer::getLinesArray() const {
295 return &(mLines[0]);
296}
297
298// Return the number of triangles
299/**

Callers 1

updateDebugVBOMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected