Geometry ToolsContents:Within' these tools. You will find:
2.The mid-point calculator: this will find the exact coordinate of the middle point of one line. The formula is given. DistanceMid-Point CalculatorExplaination: Here we will be looking at midpoints. This of course being the exact middle coordinate of a line. Javascript will calculate this for you! Mid-pointNote: If you still can't tell what the heck that is, just look. X1 is your first coordinate of say point A for instance. A being (-3,5) in this condition, so X1 would be -3. Y1 would be 5. But X2 would be your second point or coordinate set such as point B. In this example B would be (4,-8) so thus X2 would be 4 and Y2 would be -8. And to get your Midpoint you divide them by 2. |