intersectPolygonBounds
Public function
Find the intersections between a polygon and a bounding box.
Signature
function intersectPolygonBounds(
points: VecLike[],
bounds: Box
): null | VecLike[]
Parameters
| Name | Description |
|---|---|
| |
| |
Returns
null | VecLike[]
References
Source

