Блог пользователя Superstorm4242

Автор Superstorm4242, история, 6 лет назад, По-английски

How to find the center of a circumscribed circle of a polygon? The polygon is convex of course.

  • Проголосовать: нравится
  • 0
  • Проголосовать: не нравится

»
6 лет назад, # |
  Проголосовать: нравится +6 Проголосовать: не нравится

Maybe you are looking for minimum enclosing circle. There is a source code in our teams' reference document.

Our implementation is from this document.

If you are looking for circumscribed circle of triangle, there is method called mCC in our team reference document.