Replaces uses of CoglAngle with floats (Though the CoglAngle type remains)
authorRobert Bragg <robert@linux.intel.com>
Wed, 7 Jan 2009 15:33:24 +0000 (15:33 +0000)
committerRobert Bragg <robert@linux.intel.com>
Thu, 8 Jan 2009 11:47:27 +0000 (11:47 +0000)
commit65e7bc636394f12e6f11cc6c5ba0c113c3a11bc1
tree03a73f7bbbc6f692203a3bde8195cd76b7c3e4a8
parent1eeb21c155882497f7b0f76b0fbdc84a13e1f4ab
Replaces uses of CoglAngle with floats (Though the CoglAngle type remains)

The CoglAngle type can still be used for focused optimisations since the type
and macros remain. Uses of CoglAngle within Cogl have been replaced with floats;
COGL_ANGLE_FROM_DEG is no longer used anywhere and the replacements for
cogl_angle_cos -> cosf (same for sin) have been fixed to convert float values
in degrees to radians. This fixes the cogl-primitives API.
fixed-to-float.sh