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