Closed arohamirai closed 2 years ago
in floatpoint.h, DoublePoint define as follows: typedef struct DoublePoint{ short x, y; }DoublePoint;
typedef struct DoublePoint{ short x, y; }DoublePoint;
shouldn't it be double x,y? or there are some other considerations?
Sure, but it's not really used, therefore it was unnoticed until now. Fixed.
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?