Technical Exam - Simple 2D Coordinate Library
This technical exam question revolves around writing a quick library to handle working with some shapes in a Cartesian coordinate system: > Create a small object-oriented PHP library for working with primitive geometric shapes. 1. It should support 2D points, circles and polygons. 2. You only need to implement two