bool gb.collide.pointCircle( int16_t pointX , int16_t pointY , int16_t centerX , int16_t centerY , int16_t r )
gb.collide.pointCircle checks if a point collides with a circle, that is if the point is inside the circle.
bool: true if the point and the circle collide, otherwise false
N/A