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

Method chart2d_impl

src/backend/opengl/chart_impl.cpp:450–454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

448}
449
450chart2d_impl::chart2d_impl()
451 : AbstractChart(0.13139f, 0.1008f, 0.0755f, 0.1077f) {
452 generateChartData();
453 generateTickLabels();
454}
455
456void chart2d_impl::render(const int pWindowId,
457 const int pX, const int pY, const int pVPW, const int pVPH,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected