You are here: Start » AVL.NET » AVS.ProjectPointsOnCircle Method

AVS.ProjectPointsOnCircle Method

Projects points onto a circle.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ProjectPointsOnCircle
(
	IList<AvlNet.Point2D> inPoints,
	AvlNet.Circle2D inCircle,
	IList<AvlNet.Point2D> outProjectionPoints,
	out AvlNet.Arc2D? outProjectionArc
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<AvlNet.Point2D>Points to be projected.
inCircleAvlNet.Circle2DCircle the points will be projected on.
outProjectionPointsSystem.Collections.Generic.IList<AvlNet.Point2D>Projected points.
outProjectionArcAvlNet.Arc2D?Arc containing the projected points.

See also