MCPcopy Create free account
hub / github.com/arrayfire/forge / pushPoint

Function pushPoint

src/backend/opengl/chart_impl.cpp:65–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63
64template<typename T>
65void pushPoint(vector<T> &points, T x, T y)
66{
67 points.push_back(x);
68 points.push_back(y);
69}
70
71template<typename T>
72void pushPoint(vector<T> &points, T x, T y, T z)

Callers 1

generateChartDataMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected