Compute the area of intersection between a circle and a triangle?

后端 未结 11 1062
礼貌的吻别
礼貌的吻别 2020-12-02 17:38

How does one compute the area of intersection between a triangle (specified as three (X,Y) pairs) and a circle (X,Y,R)? I\'ve done some searching to no avail. This is for

11条回答
  •  情歌与酒
    2020-12-02 18:13

    If you have a GPU at your disposal, you could use this technique for obtaining a pixel count of the intersection..

提交回复
热议问题