- Dec 12, 2022
- 357
- 2
Hi developers, Happy New Year !!!
This is a new episode of my [algorithm] Code Snippets.
Today I want to show a very interesting algorithm that is used in various fields to calculate the points of a line between a start and end coordinate on the cartesian axis.
This algorithm is widely used in various platforms to calculate linear interpolation between two points.
I have found many libraries that make use of this algorithm, including libraries for drawing on screen, it is the basis of many Arduino libraries that handle TFTs, OLEDs and so on.
It is also widely used to manage cartesian CNC machines movements, such as 3D printers, CNC milling machines, laser cutters, foam cutters, plasma cutters, etc... Almost all of these machines use stepper motors (with microsteps) to generate precise rotational movements which, coupled with worms or belts transfer...
This is a new episode of my [algorithm] Code Snippets.
برای دیدن لینک ها باید ثبت نام کنید
Today I want to show a very interesting algorithm that is used in various fields to calculate the points of a line between a start and end coordinate on the cartesian axis.
This algorithm is widely used in various platforms to calculate linear interpolation between two points.
I have found many libraries that make use of this algorithm, including libraries for drawing on screen, it is the basis of many Arduino libraries that handle TFTs, OLEDs and so on.
It is also widely used to manage cartesian CNC machines movements, such as 3D printers, CNC milling machines, laser cutters, foam cutters, plasma cutters, etc... Almost all of these machines use stepper motors (with microsteps) to generate precise rotational movements which, coupled with worms or belts transfer...
برای دیدن لینک ها باید ثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید