Rewrite of Potrace plugin; project based sample DB and PROCESS 4D TAGS
scaffolding.
to compile with Windows Visual Studio
#ifndef _UINT64_T
#define _UINT64_T
typedef unsigned long long uint64_t;
#endif /* _UINT64_T */
#ifndef M_PI
#define M_PI 3.14159265358979323846
#endif