You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Constructions » FIL.ProjectPointOnCircle
Projects a point onto a circle.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void ProjectPointOnCircle ( FilNet.Point2D inPoint, FilNet.Circle2D inCircle, out FilNet.Point2D outProjectionPoint )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoint | FilNet.Point2D | |||
![]() | inCircle | FilNet.Circle2D | |||
![]() | outProjectionPoint | FilNet.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
![]() |
![]() |
ProjectPointOnCircle performed on point and circle.