PHP: How to determine the center of a Polygon phptuts December 12, 2012 How to determine the center of a Polygon. Read first: PHP: How to calculate signed area of a Polygon Method 1: Result: array(2) { [0]=>… Continue Reading
PHP: How to check if polygon is concave or convex? phptuts December 12, 2012 How to check if polygon is concave or convex? Note: It is assumed that the polygon is simple (does not intersect itself or have holes)… Continue Reading
PHP: How to calculate signed area of a Polygon phptuts December 12, 2012 Calculating the signed area for an polygon can be found when you know the coordinates of the vertices. We offer 3 methods below: Method 1:… Continue Reading
How to install mytop phptuts November 1, 2012 mytop is a ‘top’ clone for MySQL. mytop is a console-based (non-gui) tool for monitoring the threads and overall performance of MySQL 3.22.x, 3.23.x, and… Continue Reading