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

Method pushTicktextCoords

src/backend/opengl/chart_impl.cpp:279–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277}
278
279void chart2d_impl::pushTicktextCoords(const float pX, const float pY, const float pZ)
280{
281 mTickTextX.push_back(pX);
282 mTickTextY.push_back(pY);
283}
284
285void chart2d_impl::generateChartData()
286{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected