mkalten / reacTIVision

computer vision framework for tangible interactive surfaces
Other
308 stars 65 forks source link

DoublePoint type define wrong ? #39

Closed arohamirai closed 2 years ago

arohamirai commented 4 years ago

in floatpoint.h, DoublePoint define as follows: typedef struct DoublePoint{ short x, y; }DoublePoint;

shouldn't it be double x,y? or there are some other considerations?

mkalten commented 2 years ago

Sure, but it's not really used, therefore it was unnoticed until now. Fixed.