https://github.com/vernolll/course_prj
https://github.com/vernolll/course_prj
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vernolll/course_prj
- Owner: vernolll
- Created: 2025-05-13T10:20:28.000Z (6 days ago)
- Default Branch: main
- Last Pushed: 2025-05-13T14:48:01.000Z (6 days ago)
- Last Synced: 2025-05-13T15:54:18.202Z (6 days ago)
- Language: C++
- Size: 63.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Intersection of a straight line and a circle (C++/Python)
**Description:**
This project is a C++ program that calculates the intersection points of a straight line and a circle. The calculation results are used to build an intersection graph using Python and the Matplotlib library.
**Functionality:**
- Calculates the intersection points of a straight line and a circle given by the equations.
- Handles various cases (no intersections, touch, two intersections).
- Displays the calculation results.
- Plots circles, straight lines, and intersection points using Python and Matplotlib.**Technology:**
- **C++:** The main language for computing.
- **Python:** Used for plotting graphs.
- **Matplotlib:** Python library for data visualization.
- **Visual Studio:** IDE