Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_skia
/
2c23708e4478a83dcded2e9d5672bc57ee016919
/
.
/
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
);