I'm working on a C++ project for practice right now (hoo-ray) and have a question about accessor functions for my C++ classes.<BR><BR>As I understand it, these are normally made inline so that the ...
In a .h file, I have:<BR><pre class="ip-ubbcode-code-pre">inline _C3DTVector vectorInterpolate(const _C3DTVector a, const _C3DTVector b, const float interpolation ...