LinePointDistance
Simple implementation of a Point to Line distance algorithm. The algorithm also calculates the location of the closest point on the line.
I needed an algorithm like this for one of my projects and coded a small proof of concept that might be helpful for others. The code is not 100% optimized and not documented at all. But I'll think it will be fairly easy to understand.
If you have any improvements of this code please send it to me!!!
Screenshot
Related links
- Python - The python programming language.
- PyGame - Game development for Python.
- Algorithm Tutorial - I based my code on this tutorial.
Downloads
- LinePointDistance.py - The source code.
Copyright notice
- Source code is Public Domain.
Comment this project:
No messages yet.
