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:
@@ -463,6 +463,7 @@ cogl_matrix_multiply
|
||||
cogl_matrix_rotate
|
||||
cogl_matrix_translate
|
||||
cogl_matrix_scale
|
||||
cogl_matrix_transpose
|
||||
cogl_matrix_init_from_array
|
||||
cogl_matrix_get_array
|
||||
cogl_matrix_get_inverse
|
||||
|
Reference in New Issue
Block a user