使用 p5js 查找 arc() 边

Find arc() edge while using p5js

我不明白如何找到 arc() 边。 目前我用鼠标控制白线。 如果鼠标在黄色区域之外,目标是将该线更改为红色。

我使用这个代码:

arc( xloc, yloc, size - i * steps, size - i * steps, 60, 90 );

看看 this library. It is shown on the library page 在 p5js.org。