|
PointIntersectCircle | |
Result = PointIntersectCircle(PointX, PointY, CircleX, CircleY, CircleRadius) | |
Parameters: PointX = X-position of the point PointY = Y-position of the point CircleX = X-position of the circle CircleY = Y-position of the circle CircleRadius= radius of the circle |
|
Returns: Result |
|
CirclesIntersect checks if a specified point intersects a circle. The function returns 1 if an intersection has occurred, otherwise it returns 0. Mini Tutorial: Show the use of CirclesIntersect
|
Related Info: | CirclesIntersect | LineIntersectCircle | LinesIntersect | PointInBox : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |