Thread: How to check if two circles intersects each other?

  1. #16
    Registered User
    Join Date
    Feb 2004
    Posts
    35
    Quote Originally Posted by Dave Evans
    Looks good to me. You would use >= and <= to take care of the cases where they intersect at exactly one point, if those are supposed to be included.
    Excluded actually, since bInterecting is false when the if condition is true.

  2. #17
    Registered User
    Join Date
    Mar 2004
    Posts
    536
    Quote Originally Posted by MortalMonkey
    Excluded actually, since bInterecting is false when the if condition is true.
    Oops.

    Thanks,

    Dave

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. BN_CLICKED, change button style
    By bennyandthejets in forum Windows Programming
    Replies: 13
    Last Post: 07-05-2010, 11:42 PM
  2. How can i check a directory for certain files?
    By patrioticpar883 in forum C++ Programming
    Replies: 13
    Last Post: 02-01-2008, 05:27 PM
  3. how to check input is decimal or not?
    By kalamram in forum C Programming
    Replies: 3
    Last Post: 08-31-2007, 07:07 PM
  4. Please check this loop
    By Daesom in forum C++ Programming
    Replies: 13
    Last Post: 11-02-2006, 01:52 AM
  5. check my code ( if statement, file existance )
    By Shadow in forum C Programming
    Replies: 1
    Last Post: 10-04-2001, 11:13 AM