Checks if the specified rectangle and circle intersect.
Namespace: MindFusion.Drawing
File: DrawingUtils.js
JavaScript Copy Code |
---|
function checkIntersect (point, rect, rad) |
Point. The center of the circle.
Rect. The rectangle.
Number. The radius of the circle.
Boolean. true if the rectangle and the circle intersect; otherwise, false.