#include "star.h"
#include <ETL/stringf>
#include <ETL/bezier>
#include <ETL/hermite>
#include <synfig/string.h>
#include <synfig/time.h>
#include <synfig/context.h>
#include <synfig/paramdesc.h>
#include <synfig/renddesc.h>
#include <synfig/surface.h>
#include <synfig/value.h>
#include <synfig/valuenode.h>
#include <synfig/segment.h>
Defines | |
#define | SAMPLES 75 |
Functions | |
SYNFIG_LAYER_INIT (Star) | |
SYNFIG_LAYER_SET_NAME (Star,"star") | |
SYNFIG_LAYER_SET_LOCAL_NAME (Star, N_("Star")) | |
SYNFIG_LAYER_SET_CATEGORY (Star, N_("Geometry")) | |
SYNFIG_LAYER_SET_VERSION (Star,"0.1") | |
SYNFIG_LAYER_SET_CVS_ID (Star,"$Id$") |
$Id$
=== N O T E S ===========================================================
=========================================================================
#define SAMPLES 75 |
SYNFIG_LAYER_INIT | ( | Star | ) |
SYNFIG_LAYER_SET_NAME | ( | Star | , | |
"star" | ||||
) |
SYNFIG_LAYER_SET_LOCAL_NAME | ( | Star | , | |
N_("Star") | ||||
) |
SYNFIG_LAYER_SET_CATEGORY | ( | Star | , | |
N_("Geometry") | ||||
) |
SYNFIG_LAYER_SET_VERSION | ( | Star | , | |
"0.1" | ||||
) |
SYNFIG_LAYER_SET_CVS_ID | ( | Star | , | |
"$Id$" | ||||
) |