You are here: Start » AVL.NET » Invoke.ProjectPointsOnCircle
Projects points onto a circle.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void ProjectPointsOnCircle ( List<Avl.Point2D> inPoints, Avl.Circle2D inCircle, List<Avl.Point2D> outProjectionPoints, Conditional<Avl.Arc2D> outProjectionArc )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inPoints | System.Collections.Generic.List<Avl.Point2D> | Points to be projected. | ||
![]()  | inCircle | Avl.Circle2D | Circle the points will be projected on. | ||
![]()  | outProjectionPoints | System.Collections.Generic.List<Avl.Point2D> | Projected points. | ||
![]()  | outProjectionArc | Atl.Conditional<Avl.Arc2D> | Arc containing the projected points. | 


