Contributors guide#
The guidelines for contributing to this pacakge.
The logical order of the modules in gbox package
(LOW LEVEL)
utils.py>>elements.py>>shapes.py>>gbox.py(TOP LEVEL)
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