cogl-matrix: Add a public cogl_matrix_transpose()

This function takes a single matrix argument and replaces the matrix
with its transpose.

Reviewed-by: Robert Bragg <robert@linux.intel.com>
This commit is contained in:
Neil Roberts
2011-11-03 15:31:46 +00:00
parent 037c0aa88c
commit d2fd168351
4 changed files with 29 additions and 2 deletions

View File

@@ -486,6 +486,7 @@ cogl_matrix_multiply
cogl_matrix_rotate
cogl_matrix_translate
cogl_matrix_scale
cogl_matrix_transpose
cogl_matrix_get_array
cogl_matrix_get_inverse
cogl_matrix_transform_point