GetDistanceBetweenPoints2D: Difference between revisions

From XPUB & Lens-Based wiki
(Created page with "===== Just the formula for now, no code examples (yet) ===== distance = sqrt( (x<sub>2</sub>-x<sub>1</sub>)<sup>2</sup> + (y<sub>2</sub>-y<sub>1</sub>)<sup>2</sup> )")
 
(No difference)

Latest revision as of 12:12, 18 October 2011

Just the formula for now, no code examples (yet)

distance = sqrt( (x2-x1)2 + (y2-y1)2 )