Handbook
Glossary
cogl_matrix_perspective ( matrix fov_y aspect z_near z_far -- )
Vocabulary
clutter
.
cogl
.
ffi
Inputs
matrix
an
object
fov_y
an
object
aspect
an
object
z_near
an
object
z_far
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
clutter.cogl.ffi
LIBRARY:
clutter.cogl
FUNCTION:
void
cogl_matrix_perspective
( CoglMatrix* matrix,
gfloat
fov_y,
gfloat
aspect,
gfloat
z_near,
gfloat
z_far )