mirror of
https://github.com/brl/mutter.git
synced 2025-08-02 14:44:40 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user