FS2_Open
Open source remastering of the Freespace 2 engine
fix.cpp File Reference
#include "globalincs/pstypes.h"
#include "math/fix.h"

Go to the source code of this file.

Functions

fix fixmul (fix a, fix b)
 
fix fixdiv (fix a, fix b)
 
fix fixmuldiv (fix a, fix b, fix c)
 

Function Documentation

fix fixdiv ( fix  a,
fix  b 
)

Definition at line 29 of file fix.cpp.

fix fixmul ( fix  a,
fix  b 
)

Definition at line 22 of file fix.cpp.

fix fixmuldiv ( fix  a,
fix  b,
fix  c 
)

Definition at line 34 of file fix.cpp.