Find out whether a point is placed within an area
-
Hi, is there a function that finds out whether a point is placed on a path? Let's say we have a square and we want to know if a and b are on that square or outside.. like this ->
|--------| | | b | | | a | | | |--------|
a is on/in a square, b is not
-
@jansindl3r yes, have a look at BezierPath.pointInside(xy)