Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-104122 Anti-aliased curve rendering for shapes
  3. QTBUG-113954

Split edges that touch two unrelated points in triangulation

    XMLWordPrintable

Details

    • Technical task
    • Resolution: Fixed
    • P2: Important
    • None
    • Quick: Shapes
    • None

    Description

      As a final step in the triangulation, we need to go through all edges that connect two points that are "unrelated" in the sense that the edge is not part of the original graph. We can do this by first making a quadrilateral from the two adjacent triangles by removing the offending edge. Then we split this into four new triangles, introducing a new point in the middle of the edge we removed. The idea is that the result graph should not have any unconstrained edge which touch the boundary in two locations.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            esabraha Eskil Abrahamsen Blomfeldt
            esabraha Eskil Abrahamsen Blomfeldt
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes