Uploaded image for project: 'Bitbucket Cloud'
  1. Bitbucket Cloud
  2. BCLOUD-7388

TriangulationConstraint

    XMLWordPrintable

Details

    Description

      in file Oxel / Source / Oxel / Poly2Tri / Triangulation / TriangulationConstraint.cs line:141 it is

      #!c#
      
      if (p == null || p == null)
      

      it myst be changed to

      #!c#
      
      if (p == null || q == null)
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            Anonymous Anonymous
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: