aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/Intersection/LineUtilities.h
blob: 4dafc9fdccec166bc18be22b0d97275b2a36d13b (plain)
1
2
3
4
#include "DataTypes.h"

bool implicitLine(const _Line& line, double& slope, double& axisIntercept);
int reduceOrder(const _Line& line, _Line& reduced);