mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 16:40:41 -05:00
24 lines
557 B
Diff
24 lines
557 B
Diff
|
diff --git a/clutter/cogl/cogl-fixed.h b/clutter/cogl/cogl-fixed.h
|
||
|
index a521074..8d7c9e9 100644
|
||
|
--- a/clutter/cogl/cogl-fixed.h
|
||
|
+++ b/clutter/cogl/cogl-fixed.h
|
||
|
@@ -456,6 +456,18 @@ G_BEGIN_DECLS
|
||
|
CoglFixed cogl_fixed_sin (CoglFixed angle);
|
||
|
|
||
|
/**
|
||
|
+ * cogl_fixed_tan:
|
||
|
+ * @angle: a #CoglFixed number
|
||
|
+ *
|
||
|
+ * Computes the tangent of @angle.
|
||
|
+ *
|
||
|
+ * Return value: the tangent of the passed angle, in fixed point notation
|
||
|
+ *
|
||
|
+ * Since: 1.0
|
||
|
+ */
|
||
|
+CoglFixed cogl_fixed_tan (CoglFixed angle);
|
||
|
+
|
||
|
+/**
|
||
|
* cogl_fixed_cos:
|
||
|
* @angle: a #CoglFixed number
|
||
|
*
|