Skip to content

Optimization of minimum movement of lines when all lines need to move to intersect into a single point.

License

BSL-1.0, Unknown licenses found

Licenses found

BSL-1.0
LICENSE
Unknown
LICENSE.md
Notifications You must be signed in to change notification settings

konbraphat51/line_minimum_interception

Repository files navigation

Line Minimum Intersection

Optimization of minimum movement of lines when all lines need to move to intersect into a single point.

How to use

Use calculate_minimum_movements()

You can see sample on unit_test.py

Visualization

The easy visualization of the optimization result can be runned by visualize.py

image
image

  • blue is the inputted line
  • green is each movement vector
  • red is the optimized intersection point

About

Optimization of minimum movement of lines when all lines need to move to intersect into a single point.

Topics

Resources

License

BSL-1.0, Unknown licenses found

Licenses found

BSL-1.0
LICENSE
Unknown
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages