Start » Filter Reference » Geometry 2D » Geometry 2D Constructions » ProjectPointsOnCircle
Module: | FoundationLite |
---|
Projects points onto a circle.
Name | Type | Description | |
---|---|---|---|
inPoints | Point2DArray | Points to be projected | |
inCircle | Circle2D | Circle the points will be projected on | |
outProjectionPoints | Point2DArray | Projected points | |
outProjectionArc | Arc2D? | Arc containing the projected points |
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 an input point and the center of the input circle are almost equal.
Examples
Complexity Level
This filter is available on Advanced Complexity Level.