The search functionality needs JavaScript enabled
Returns true if point is inside polygon or if it's located exactly on polygon's boundary, otherwise returns false.
true
point
polygon
false
bool isPointInPolygon ( const(Vector2) point, const(PoolArray!(godot.core.vector2.Vector2)) polygon ) nothrow @nogc;