I have two points(in two dimension) and I want to divide the distance between them to n part with same length, I was thinking about doing this manually by using for, but because it is numerical it wont be precise, so is there any way to do this? any help is appreciated.
2026-03-30 01:10:55.1774833055
divide the distance between two points
108 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
In your original question you wrote, "n part with same length", which implies n+1 equispaced points and n equal segments between them.
In your followup comment you wrote "n points", which implies n-1 equal spaces between them.
It's now unclear which you actually want.