I have a PointF[] filled with coordinates of a line. Can I use this to create a Path object?
My ultimate goal is to have two such Path. Then create Region using the Path objects and check whether they intersect.
region1.op(region2, Op.INTERSECT);
You have to do this by foot: