|
NAMEVG_Arc —
agar-vg arc entity
SYNOPSIS#include <agar/core.h> #include <agar/gui.h> #include <agar/vg.h> DESCRIPTIONVG_Arc is a
VG(3) node
class which describes an arc in terms of a centerpoint, radius and and two
angles.
INTERFACEVG_Arc *VG_ArcNew (VG_Node
*parent, VG_Point
*centerPoint, float
r, float a1,
float a2);
The The SEE ALSOVG(3), VG_Circle(3), VG_Point(3)HISTORYTheVG_Arc class first appeared in Agar 1.3.3.
Visit the GSP FreeBSD Man Page Interface. |