MCPcopy Create free account
hub / github.com/PacktPublishing/3D-Graphics-Rendering-Cookbook / LinearGraph

Method LinearGraph

shared/Graph.h:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10{
11public:
12 explicit LinearGraph(size_t maxGraphPoints = 256)
13 : maxPoints_(maxGraphPoints)
14 {}
15
16 void addPoint(float value)
17 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected