29-05-2013, 02:09 PM
T'as mal lu je crois (la page donnée ne fait rien du tout chez moi, j'ai juste une div avec une bordure rouge autour...)
Le 1er, c'est V-Y le 2nd, c'est X-U... Comment peux-tu te retrouver avec p1.y-p2.y (donc V-Y) et p1.x-p2.x (donc U-X)?
Le 1er, c'est V-Y le 2nd, c'est X-U... Comment peux-tu te retrouver avec p1.y-p2.y (donc V-Y) et p1.x-p2.x (donc U-X)?
Citation :p3.x = p2.x + delta * (p1.y-p2.y) / Math.sqrt( Math.pow(p1.y-p2.y, 2) + Math.pow(p1.x-p2.x, 2) );
p3.y = p2.y + delta * (p2.x-p1.x) / Math.sqrt( Math.pow(p1.y-p2.y, 2) + Math.pow(p1.x-p2.x, 2) );