karl- / poly2tri

Automatically exported from code.google.com/p/poly2tri
Other
0 stars 2 forks source link

add typedef for "double" #91

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
struct Point {
  double x, y;

maybe add "config.h"

typedef double Float;

and

struct Point {
  Float x, y;

Many enough "float" accuracy

Tnx

P.S. Sorry for my google translate english ^^

Original issue reported on code.google.com by levchenk...@gmail.com on 6 Mar 2014 at 11:58