Schlagwort: macromedia

  • Calculate Triangle

    Clip | Source Question by lostlyre Can anyone tell me the formula for finding a missing set of coordinates of a triangle, while knowing two coordinates and three sides? An ActionScript Snippet Example by birdy1976 // given var xA = -2; var yA = -4; var xB = +5; var yB = -1; var a…