Handbook
Glossary
cogl_path_arc ( center_x center_y radius_x radius_y angle_1 angle_2 -- )
Vocabulary
clutter
.
cogl
.
ffi
Inputs
center_x
an
object
center_y
an
object
radius_x
an
object
radius_y
an
object
angle_1
an
object
angle_2
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_path_arc
(
gfloat
center_x,
gfloat
center_y,
gfloat
radius_x,
gfloat
radius_y,
gfloat
angle_1,
gfloat
angle_2 )