Showing content from http://paulbourke.net/geometry/polygonmesh/javascript.txt below:
// Point object function Point(x,y) { this.x=x; this.y=y; } // Contour object function Contour(a) { this.pts = []; // an array of Point objects defining the contour } // ...add points to the contour... Contour.prototype.area = function() { var area=0; var pts = this.pts; var nPts = pts.length; var j=nPts-1; var p1; var p2; for (var i=0;i
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4