| Author |
java centre point (x,y) of line
|
rajiv jackz
Greenhorn
Joined: Jul 12, 2010
Posts: 29
|
|
java code or formula to find centre point (x,y) of line??
actually i used mid point formula x1,y1
x2,y2 then
i used (x1+x2)/2
(y1+y2)/2
|
 |
rajiv jackz
Greenhorn
Joined: Jul 12, 2010
Posts: 29
|
|
above mid point formula was not working
please anyone help me out here???
i need mathematical formula ???
|
 |
Paul Clapham
Bartender
Joined: Oct 14, 2005
Posts: 16483
|
|
|
You have the right formula, provided that (x1, y1) and (x2, y2) were actually the end-points of the line. Perhaps they weren't... we certainly can't determine that by looking at your post. Also read this: ItDoesntWorkIsUseless and then post something which would help us to help you better.
|
 |
 |
|
|
subject: java centre point (x,y) of line
|
|
|