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

Method getTickStepSize

src/backend/opengl/chart_impl.hpp:77–79  ·  view source on GitHub ↗

rendering helper functions */

Source from the content-addressed store, hash-verified

75
76 /* rendering helper functions */
77 inline float getTickStepSize(float minval, float maxval) const {
78 return (maxval-minval)/(mTickCount-1);
79 }
80
81 inline int getNumTicksC2E() const {
82 /* Get # of ticks from center(0,0) to edge along axis */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected