Start » Filter Reference » Geometry 2D » Geometry 2D Relations » FindClosestPoints
Module: | FoundationLite |
---|
For each given point, finds the closest point among the given point set.
Name | Type | Description | |
---|---|---|---|
inPointSet | Point2DArray | Points that will be searched. | |
inQueries | Point2DArray | ||
outPoints | Point2DArray | For each point in inQueries, the closest point value from inPointSet. | |
outIndices | IntegerArray | For each point in inQueries, the closest point index of inPointSet. |
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.
Complexity Level
This filter is available on Advanced Complexity Level.