| 
    NSMBW-Decomp
    
   A decompilation of New Super Mario Bros. Wii 
   | 
 
Go to the source code of this file.
[cM3d stands for C Math 3D. It is unknown why a namespace wasn't used].
Definition in file c_m3d.hpp.
Functions | |
| void | cM3d_calcInDivPos1 (const Vec *start, const Vec *dir, float mult, Vec *pos) | 
| Obtains a position given a starting point, a direction and a scalar multiplier.   | |
| void | cM3d_calcInDivPos2 (const Vec *a, const Vec *b, float mult, Vec *pos) | 
| Obtains an intermediate position between two given points using a scalar multiplier.   | |