gbox#
gbox is a simple and small python package intended to perform mathematical operations on elementary shapes.
A sample collection of shapes plotted using this library#
WIP/Goals#
At present Only
CircleandEllipsecontain the specified number of points on the locus. As, other shapes are made up of multiple elements, needs to find the right number of points on each element of the shape.Convert
Points(list)toPoints(numpy.ndarray)and see if there is any performance gainUpdating the documentation
Add schematics of the shapes
Add formulae for all implementations of area, perimeter…etc.
UnS representation of closed shapes
Adding 3D shapes