|
NAMEVG_Polygon —
agar-vg polygon entity
SYNOPSIS#include <agar/core.h> #include <agar/gui.h> #include <agar/vg.h> DESCRIPTIONVG_Polygon is a
VG(3) node
class which describes a filled polygon with
VG_Point(3)
entities as its vertices.
INTERFACEVG_Polygon *VG_PolygonNew (VG_Node
*parent);
The
SEE ALSOVG(3), VG_Point(3)HISTORYTheVG_Polygon class first appeared in Agar 1.3.3.
Visit the GSP FreeBSD Man Page Interface. |