Artem Amirkhanov: Stories of CDT, Lessons from Developing && Maintaining a C++ Triangulation Library

Поделиться
HTML-код
  • Опубликовано: 12 окт 2024

Комментарии • 3

  • @mujtababiyabani2151
    @mujtababiyabani2151 2 дня назад

    Thanks for the great session! Simple and crisp, it helped improved my understanding towards CDT.

  • @PerriPaprikash
    @PerriPaprikash 2 дня назад

    you can't always resolve the circumcircle constraint simply by flipping the edges, sometimes you need to add Steiner points, if CDT library doesn't do that it can be trivially shown it can't provide a constrained-DT for a given input set.

    • @Som1Lse
      @Som1Lse 2 дня назад

      That doesn't sound right. AFAIK edge flipping should work for the circumcircle constraint as long as the input is planar, but I'd be curious to learn more.