Metadata-Version: 2.1
Name: cerc-geometry
Version: 1.2.2
Summary: CERC Geometry Library with different modules to manipulate geometric objects
Home-page: https://nextgenerations-cities.encs.concordia.ca/gitea/p_yefi/geometry
Author: CERC
Author-email:  cerc@concordia.ca
Project-URL: Repository, https://nextgenerations-cities.encs.concordia.ca/gitea/p_yefi/geometry
Project-URL: Bug Tracker, https://nextgenerations-cities.encs.concordia.ca/gitea/p_yefi/geometry/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.md

## CERC Geometry Library

This project is a library with geometry classes with functions built purposely to manipulate geometry representation
of buildings. It has the following classes:
- Plane: has various methods that models a flat surface with no thickness
- Point: contains different methods to manipulate points in 2 and 3 dimensional spaces
- Polygon: contains methods to manipulate different kinds of polygons
- Polyhedron contains a set of methods that manipulate three-dimensional shape with flat polygonal faces
