mirror of
https://github.com/brl/mutter.git
synced 2025-05-02 14:49:38 +00:00
docs: Fixes for gtk-doc
This commit is contained in:
parent
08eb738c93
commit
b12f688415
@ -319,10 +319,10 @@ cogl_matrix_get_inverse (const CoglMatrix *matrix,
|
|||||||
/**
|
/**
|
||||||
* cogl_matrix_transform_point:
|
* cogl_matrix_transform_point:
|
||||||
* @matrix: A 4x4 transformation matrix
|
* @matrix: A 4x4 transformation matrix
|
||||||
* @x: (in-out): The X component of your points position
|
* @x: (inout): The X component of your points position
|
||||||
* @y: (in-out): The Y component of your points position
|
* @y: (inout): The Y component of your points position
|
||||||
* @z: (in-out): The Z component of your points position
|
* @z: (inout): The Z component of your points position
|
||||||
* @w: (in-out): The W component of your points position
|
* @w: (inout): The W component of your points position
|
||||||
*
|
*
|
||||||
* Transforms a point whos position is given and returned as four float
|
* Transforms a point whos position is given and returned as four float
|
||||||
* components.
|
* components.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user