Use static AFP constants
The struct AFP_CONSTANTS was recently changed to use static constexpr
. This MR omits the unnecessary definition of the struct, typically as a private member of a class, and uses directly the values.
Also replaces resize
+fill_n
by assign
.
closes AFPSOFT-140