This repository contains a Manim project demonstrating the LC error from a point to a line.
- Using line-to-point distance is prone to errors caused by line inclination.
- Using point-to-point X-coordinate distance to reduce errors caused by line segment inclination.
Before running the scripts, install the required Python packages:
pip install manim pydub
