Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
skia
/
0cac703cf901b85dfadd02a7bb4508a07de7fe10
/
.
/
experimental
/
Intersection
/
LineIntersection.h
blob: c1246a5f4476922db45484cab6b8ef4b6eb48e1f [
file
] [
log
] [
blame
]
#include
"DataTypes.h"
bool
lineIntersect
(
const
_Line
&
a
,
const
_Line
&
b
,
_Point
*
result
);
bool
testIntersect
(
const
_Line
&
a
,
const
_Line
&
b
);