replacement of floating point ops with fixed point

This commit is contained in:
Tomas Frydrych
2007-01-16 10:39:18 +00:00
parent 884cc0f5cf
commit 3b7a8c0c5c
6 changed files with 134 additions and 92 deletions

View File

@ -177,7 +177,7 @@ clutter_fixed_sin (ClutterFixed angle)
*
* Fast fixed point implementation of sine function.
*
* ClutterAngle is an integer such that that 1024 represents
* ClutterAngle is an integer such that 1024 represents
* full circle.
*
* Return value: sine value (as fixed point).