rendering helper functions */
| 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 */ |
nothing calls this directly
no outgoing calls
no test coverage detected