Metadata-Version: 2.4
Name: geomlib-advanced
Version: 0.0.1
Summary: Complete 2D shapes (Point, Line, Circle, Rectangle, Square, Rhombus, Parallelogram, Triangle, Ellipse)
Author-email: Arjun Singh Gangwar <arjungangwariitpkd@email.com>
License-Expression: MIT
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy
Dynamic: license-file

# GeomLib - Advanced Geometry Library

A comprehensive Python library for 2D and 3D geometric computations.

## Features

- **2D Shapes**: Point, Line, Circle, Square, Rectangle, Rhombus, Parallelogram, Triangle, Ellipse
- **3D Shapes**: Point3D, Sphere, Cube, Cuboid, Cylinder, Cone
- **Mathematical Operations**: Area, perimeter, volume, surface area, distance calculations
- **Geometric Relations**: Intersection checking, containment tests, distance between shapes
- **Transformations**: Translation, rotation, scaling
- **Vector Operations**: Dot product, cross product, magnitude, normalization

## Installation

```bash
pip install geomlib-advanced
