True when point lies on the circle (center, radius) within a radial tolerance. The default tolerance is max(FLOAT_TOL, radius * 1e-5).
point
(center, radius)
max(FLOAT_TOL, radius * 1e-5)
Optional
True when
pointlies on the circle(center, radius)within a radial tolerance. The default tolerance ismax(FLOAT_TOL, radius * 1e-5).