skia2/experimental/Intersection/LineUtilities.h

5 lines
152 B
C
Raw Normal View History

#include "DataTypes.h"
bool implicitLine(const _Line& line, double& slope, double& axisIntercept);
int reduceOrder(const _Line& line, _Line& reduced);