A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: intersection points of line on a circle

Hybrid View

  1. #1
    Member
    Join Date
    Jun 2007
    Posts
    36
    r^2 = (mx+b)^2 + x^2

    And then my troubles begin, because writing that out would give:
    r^2 + b^2 = x^2 + mx^2 + 2mbx
    shouldn't you have the "b^2" over on the right side of the equation?
    Like so,
    r^2 = x^2 + mx^2 + 2mbx+ b^2

    or alternatively,
    r^2 - b^2 = x^2 + mx^2 + 2mbx

  2. #2
    Funkalicious TOdorus's Avatar
    Join Date
    Nov 2006
    Location
    Nijmegen, Netherlands
    Posts
    697
    I noticed that too, this morning. I geuss it was kinda getting late.
    I wanted it on the left side to have my known variables on one side.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center