imk
New member
- Joined
- Apr 7, 2023
- Messages
- 16
Hello,
Imagine a sheet of graph paper where the center is the middle of a cell, and the center cell is addressed as 0,0
Given an angle and a distance from the middle of cell address 0,0 how do I calculate the address of the cell at the end of the line?
Tested on 10mm square graph paper from center of cell 0,0 looking 0 deg, at a distance of 50mm I get cell X0,Y5
Tested on 10mm square graph paper from center of cell 0,0 looking 315 deg, at a distance of 70mm I get cell X-5,Y5
I have read and read on this problem and always end up with the Cartesian math or ( X=Sin * Distance, Y=Cos * Distance )
Neither of which are correct or I have really really missed something.
Many thanks Ian
Imagine a sheet of graph paper where the center is the middle of a cell, and the center cell is addressed as 0,0
Given an angle and a distance from the middle of cell address 0,0 how do I calculate the address of the cell at the end of the line?
Tested on 10mm square graph paper from center of cell 0,0 looking 0 deg, at a distance of 50mm I get cell X0,Y5
Tested on 10mm square graph paper from center of cell 0,0 looking 315 deg, at a distance of 70mm I get cell X-5,Y5
I have read and read on this problem and always end up with the Cartesian math or ( X=Sin * Distance, Y=Cos * Distance )
Neither of which are correct or I have really really missed something.
Many thanks Ian