CircleIsOnRadius Method

CVB.Net Documentation
Check whether a point is on the radius of a circle (or at least within a small epsilon thereof).

Namespace:  Stemmer.Cvb.Geometry2D
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public bool IsOnRadius(
	Point2Dd pt,
	double epsilon
)

Parameters

pt
Type: Stemmer.CvbPoint2Dd
point to be checked
epsilon
Type: SystemDouble
maximum allowable deviation

Return Value

Type: Boolean
true if pt lies within epsilon length units of this circle's radius
See Also

Reference