Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
61f2f2c1c99379b714b0e2a0d6bb142bc3d66bb4
/
.
/
experimental
/
Intersection
/
LineUtilities.h
blob: 4dafc9fdccec166bc18be22b0d97275b2a36d13b [
file
] [
log
] [
blame
]
#include
"DataTypes.h"
bool
implicitLine
(
const
_Line
&
line
,
double
&
slope
,
double
&
axisIntercept
);
int
reduceOrder
(
const
_Line
&
line
,
_Line
&
reduced
);