From 804e51dedfb28663cc907222a8bf3ac9aa94a2df Mon Sep 17 00:00:00 2001 From: Amit Patel Date: Mon, 27 Aug 2018 08:51:25 -0700 Subject: [PATCH] Change pointsOfTriangle to return point ids, more useful * Previously pointsOfTriangle returned point x,y but it's more useful to return point ids so that it can be used for traversing the graph. --- docs/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/index.html b/docs/index.html index 2f3b0ca..72ce02a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -172,14 +172,14 @@

Constructing triangles

@@ -246,7 +246,7 @@

Triangle circumcenters