You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Relations » FIL.FindClosestPoints
For each given point, finds the closest point among the given point set.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void FindClosestPoints ( IList<FilNet.Point2D> inPointSet, IList<FilNet.Point2D> inQueries, IList<FilNet.Point2D> outPoints, IList<int> outIndices )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPointSet | System.Collections.Generic.IList<FilNet.Point2D> | Points that will be searched. | ||
![]() | inQueries | System.Collections.Generic.IList<FilNet.Point2D> | |||
![]() | outPoints | System.Collections.Generic.IList<FilNet.Point2D> | For each point in inQueries, the closest point value from inPointSet. | ||
![]() | outIndices | System.Collections.Generic.IList<int> | For each point in inQueries, the closest point index of inPointSet. |
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.
Hardware acceleration settings may be manipulated with Settings class.