|
CirclesIntersect | |
IntersectFlag = CirclesIntersect(Xpos1, Ypos1, Radius1, Xpos2, Ypos2, Radius2) | |
Parameters: Xpos1 = X position of 1st circle Ypos1 = Y position of 1st circle Radius1 = Radius of 1st circle Xpos2 = X position of 2nd circle Ypos2 = Y position of 2nd circle Radius2 = Radius of 2nd circle |
|
Returns: IntersectFlag = The intersect flag return a TRUE (1) if the circle overlap, otherwise it'll be FALSE (0) |
|
CirclesIntersect checks if two specified circles intersect each other. The function returns TRUE (1) if an intersection has occurred, otherwise it returns a FALSE (0). Mini Tutorial: Show simple the use of CirclesIntersect.
|
Related Info: | LineIntersectCircle | LineIntersectRect | LinesIntersect | PointInBox | PointIntersectCircle : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |