FixMath.h里面提供了不少数据转换的函数,你需要用到的是FixedToFloat函数。

 

float blah = FixedToFloat(someFixedvalue);
 
如果需要使用其他函数,可以参考FixMath.h