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

AVL.PointOnCircleProjection(AvlNet.Point2D, AvlNet.Circle2D, AvlNet.Point2D)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void PointOnCircleProjection(
	AvlNet.Point2D inPoint,
	AvlNet.Circle2D inCircle,
	out AvlNet.Point2D outProjectionPoint
)

Parameters

inPoint
Type: AvlNet.Point2D
inCircle
Type: AvlNet.Circle2D
outProjectionPoint
Type: AvlNet.Point2D

Description

Note that because of inaccuracies of floating-point arithmetic, some geometric operations (including this one) may lead to unpredictable results for degenerated cases. In this filter such a case occurs when the input point and the center of the input circle are almost equal.

Examples

PointOnCircleProjection performed on point and circle.

See also