8000 make images inline · pradeep-pyro/triangle@f9300cb · GitHub
[go: up one dir, main page]

Skip to content

Commit

Permalink
make images inline
Browse files Browse the repository at this point in the history
  • Loading branch information
pradeep-pyro committed Aug 12, 2017
1 parent bd21808 commit f9300cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ vertices, edges, rayOrigins, rayDirections := triangle.Voronoi(pts)
// [[-0.660 -0.778] [-0.240 -0.986] ... [0.550 -0.840]]
```

[spiralDelVor](http://i.imgur.com/WD7MO2l.png)
![spiralDelVor](http://i.imgur.com/WD7MO2l.png)

Constrained triangulation can be performed using the `Triangulate()` function.
For example, per-triangle angle and area constraints can be set as follows:
Expand All @@ -64,6 +64,6 @@ out := triangle.Triangulate(in, opt, false)
// and out.Triangles()
```

[spiralConstrained](http://i.imgur.com/Nb2XRPX.png)
![spiralConstrained](http://i.imgur.com/Nb2XRPX.png)

[Triangle library]: https://www.cs.cmu.edu/~quake/triangle.html

0 comments on commit f9300cb

Please sign in to comment.
0