You are here: Start » AVL.NET » AVL.TestPointInCircle(AvlNet.Point2D, AvlNet.Circle2D, bool)

AVL.TestPointInCircle(AvlNet.Point2D, AvlNet.Circle2D, bool)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void TestPointInCircle(
	AvlNet.Point2D inPoint,
	AvlNet.Circle2D inCircle,
	out bool outIsContained
)

Parameters

inPoint
Type: AvlNet.Point2D
inCircle
Type: AvlNet.Circle2D
outIsContained
Type: System.Boolean

Examples

TestPointInCircle performed on the sample circle and point. outIsContained = True.


TestPointInCircle performed on the sample circle and point. outIsContained = False.

See also