11extern CGV_API std::tuple<int, int, int> get_tick_specification(
float start,
float stop,
int count);
13extern CGV_API std::vector<float> compute_ticks(
float start,
float stop,
int count);
15extern CGV_API std::vector<float> compute_ticks_log(
float start,
float stop,
float base,
int count);
20#include <cgv/config/lib_end.h>
this header is dependency free