Skip to content

Commit

Permalink
d InCircle test snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
tvomacka committed May 27, 2024
1 parent 56bacf3 commit 2b700f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions GeometricaTests/DelaunayTriangulationTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,10 @@ public void Samples()
t1.GetNeighbor(0); //returns t2
t1.SetNeighbors(t2, t3, t4);
// end-snippet

// begin-snippet: IncircleTest
DelaunayTriangulation.InCircle(p1, p2, p3, p4);
// end-snippet
}
}
}

0 comments on commit 2b700f6

Please sign in to comment.