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

Method chart3d_impl

src/backend/opengl/chart_impl.cpp:824–828  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

822}
823
824chart3d_impl::chart3d_impl()
825 :AbstractChart(0.0933f, 0.03701f, 0.1077f, 0.0085f) {
826 generateChartData();
827 generateTickLabels();
828}
829
830void chart3d_impl::render(const int pWindowId,
831 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