intersectPolygon(polygon: Polygon, [options]?: { density: number }): Polygon
Intersect this PIXI.Circle with a PIXI.Polygon.
For now, convert the circle to a Polygon approximation and use intersectPolygon.
In the future we may replace this with more specialized logic which uses the line-circle intersection formula.
Intersect this PIXI.Circle with a PIXI.Polygon. For now, convert the circle to a Polygon approximation and use intersectPolygon. In the future we may replace this with more specialized logic which uses the line-circle intersection formula.