The function constructs the class limits for the size, shape and orientation parameters.
One can either define "linear
" class limits of the sizes as \(a_i=i\delta, \delta=maxSize/M \) or
using exponentially increasing limits like \(base^i, i=1,\dots,M\).
The orientation classes are defined by \(\theta_j=j\omega, \omega=\pi/(2N), j=1,\dots,N\) in the range
\([0,\pi/2]\), where \(M,N\) are the number of size classes and, respectively, the number of orientation classes.
The argument base
must not be NULL
if sizeType
equals "exp
".