Find the intersections between a polygon and a bounding box.
function intersectPolygonBounds( points: VecLike[], bounds: Box ): null | VecLike[]
points
VecLike[]
bounds
Box
null | VecLike[]