let H coordinates be (x1,y1)
let E coordinates be (x2,y2)
lets find the coordinates of the point 2/5 of the way from h to e on the grid
A (x , y)
using section formula
x = x1 + a+ba (x2 - x1) and y = y1 + a+ba (y2 - y1)
a=2 and b=5
x = x1 + 2+52 (x2 - x1) and y = y1 + 2+52 (y2 - y1)
x = x1 + 72(x2−x1) and y =y1 + 72(y2−y1)
x = x1 + 72x2−2x1 and y = y1 + 72y2−2y1
x = 77x1+2x2−2x! and y = 77y1+2y2−2y1
x = 75x1+2y2 and y = 75y1+2y2
these are the new coordinates
A( 75x1+2x2 , 75y1+2y2 )
Comments
Leave a comment