Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
2c23708e4478a83dcded2e9d5672bc57ee016919
/
.
/
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
);