News

Trick #2: Pass in named functions to .then. You don’t always have to use inline anonymous functions as arguments to .then.You can easily assign a function to a variable and pass the reference to ...
In a .h file, I have:inline _C3DTVector vectorInterpolate(const _C3DTVector a, const _C3DTVector b, const float interpolation);and in a .c file: inline ...