MCPcopy Create free account
hub / github.com/TheAlgorithms/C / display_graph

Function display_graph

graphics/spirograph.c:136–166  ·  view source on GitHub ↗

* @brief Function to graph (x,y) points on the OpenGL graphics window. * * @param x array containing absicca of points (must be pre-allocated) * @param y array containing ordinates of points (must be pre-allocated) * @param N number of points in the arrays */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

test2Function · 0.85
keyboard_cbFunction · 0.85

Calls 1

glutBitmapStringFunction · 0.85

Tested by

no test coverage detected