Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
639df891487e40925a4f8d9a34fd3dc0c18b40a7
/
.
/
experimental
/
Intersection
/
LineIntersection.h
blob: c1246a5f4476922db45484cab6b8ef4b6eb48e1f [
file
] [
log
] [
blame
]
caryclark@google.com
639df89
2012-01-10 21:46:10 +0000
[
diff
] [
blame^
]
1
2
#include
"DataTypes.h"
3
4
bool
lineIntersect
(
const
_Line
&
a
,
const
_Line
&
b
,
_Point
*
result
);
5
bool
testIntersect
(
const
_Line
&
a
,
const
_Line
&
b
);