You are here: Start » AVL.NET » Geometry 2D Relations

Geometry 2D Relations

IconNameDescription
CreatePointGraphCreates a graph of points that lay close to each other.
FindClosestPointsFor each point in inQueries, find a closest point among inPointSet.
TestPointInBoxTests whether a point lies in a box.
TestPointInCircleTests whether a point lies inside a circle.
TestPointInRectangleTests whether a point lies in a rectangle.