Showing content from http://paulbourke.net/geometry/polygonmesh/source2.java below:
/** A 2D POINTB FROMED BY FLOATS **/ public class Point2Df { public float x,y; /** Creates a new instance of Point2Df */ public Point2Df() { } } /** METHODS TO CALCULATE THE AREA AND CENTROID OF A POLYGON INSERT THEM INTO THE CORRESPONDING CLASS **/ public double SignedPolygonArea(Point[] polygon,int N) { Polygon P; int i,j; double area = 0; for (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