Checks whether the specified circle contains the specified point.
Namespace: MindFusion.Drawing
File: DrawingUtils.js
JavaScript Copy Code |
---|
function pointInCircle (point, center, radius) |
Point. The point to check.
Point. The center of the circle.
Number. The radius of the circle.
Boolean. true if the circle contains the specified point, false if not.