blob: 4dafc9fdccec166bc18be22b0d97275b2a36d13b [file] [log] [blame]
caryclark@google.com27accef2012-01-25 18:57:23 +00001#include "DataTypes.h"
2
3bool implicitLine(const _Line& line, double& slope, double& axisIntercept);
4int reduceOrder(const _Line& line, _Line& reduced);