Metadata-Version: 2.4
Name: analytische_geometrie
Version: 1.0.0
Summary: Bibliothek für analytische Geometrie in 3D: Punkte, Geraden und Ebenen
Author-email: VacationAir <vacationair.va@gmail.com>
License: cat > LICENSE << 'EOF'
        MIT License
        
        Copyright (c) 2026 VacationAir
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        EOF
Project-URL: Homepage, https://github.com/VacationAir/analytische-geometrie
Project-URL: Repository, https://github.com/VacationAir/analytische-geometrie.git
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Mathematics
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.19.0
Dynamic: license-file

# Analytische Geometrie

Deutsche Bibliothek für analytische Geometrie in 3D mit Punkten, Geraden und Ebenen.

# Funktionen

- **Punkte:** Berechnung von Abständen und Richtungsvektoren zwischen Punkten.
- **Geraden:** Erstellung aus zwei Punkten oder Punkt-Richtungs-Form, Berechnung von Punkten auf der Geraden sowie Abständen.
- **Ebenen:** Erstellung aus Punkt und Normalenvektor oder aus der Parameterform (zwei Richtungsvektoren).
- **Berechnungen:** Abstände (Punkt-Gerade, Punkt-Ebene, Gerade-Ebene, Ebene-Ebene) und Schnittwinkel.
- **Lagebeziehungen:** Vollständige Überprüfung von Lagebeziehungen (parallel, identisch, schneidend, windschief).
- **NumPy-powered:** Nutzt NumPy im Hintergrund für schnelle, vektorisierte und präzise Berechnungen mit Fließkommazahl-Toleranzen.


## Installation

```bash
pip install analytische_geometrie
