AUTO-GENERATED FILE — DO NOT EDIT MANUALLY
Source: placement/manager/components/mapper/polygon_tile_overlap.gd
Version: 5.0
class_name: PolygonTileOverlap
Signals
(none)
Exports
(none)
Methods
compute_overlap_area(polygon: PackedVector2Array, rect: Rect2) -> float_compute_polygon_bounds(polygon: PackedVector2Array) -> Rect2_clip_polygon_to_rect(polygon: PackedVector2Array, rect: Rect2) -> PackedVector2Array_point_inside_boundary(point: Vector2, boundary: Dictionary) -> bool_compute_intersection(a: Vector2, b: Vector2, boundary: Dictionary) -> Vector2_compute_polygon_area(polygon: PackedVector2Array) -> float