summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Bragg <robert@linux.intel.com>2011-06-30 22:20:11 +0100
committerRobert Bragg <robert@linux.intel.com>2011-07-04 15:31:50 +0100
commitd4cd0c3e95e67c51e2ad34398832430404145e07 (patch)
tree7fb14e32243b771ae07af256a5a6b0aebac75a97
parentd74cf9de81f1241c8c3f2419d62f7519c6fbd6f2 (diff)
downloadcogl-d4cd0c3e95e67c51e2ad34398832430404145e07.tar.gz
doc: Adds missing cogl_matrix syms to 2.0 reference
There were a few cogl_matrix symbols missing from the cogl-sections.txt for the 2.0 reference manual. Signed-off-by: Neil Roberts <neil@linux.intel.com>
-rw-r--r--doc/reference/cogl-2.0-experimental/cogl-sections.txt9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/reference/cogl-2.0-experimental/cogl-sections.txt b/doc/reference/cogl-2.0-experimental/cogl-sections.txt
index 1f7216fa..ce793480 100644
--- a/doc/reference/cogl-2.0-experimental/cogl-sections.txt
+++ b/doc/reference/cogl-2.0-experimental/cogl-sections.txt
@@ -376,17 +376,22 @@ cogl_color_equal
<TITLE>Matrices</TITLE>
CoglMatrix
cogl_matrix_init_identity
+cogl_matrix_init_from_array
+cogl_matrix_copy
+cogl_matrix_equal
+cogl_matrix_free
cogl_matrix_frustum
cogl_matrix_ortho
cogl_matrix_perspective
-cogl_matrix_transform_point
cogl_matrix_multiply
cogl_matrix_rotate
cogl_matrix_translate
cogl_matrix_scale
-cogl_matrix_init_from_array
cogl_matrix_get_array
cogl_matrix_get_inverse
+cogl_matrix_transform_point
+cogl_matrix_transform_points
+cogl_matrix_project_points
cogl_matrix_is_identity
</SECTION>