FLineIsPointNearPoint Method
Return a value indicating whether one point is near another.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static bool IsPointNearPoint(
FPoint point1,
FPoint point2,
float resolution
)
Public Shared Function IsPointNearPoint (
point1 As FPoint,
point2 As FPoint,
resolution As Single
) As Boolean
No code example is currently available or this language may not be supported.
- point1 FPoint
-
Reference to the first point to compare.
- point2 FPoint
-
Reference to the second point to compare.
- resolution Single
-
The scope of resolution that determines nearness.
Boolean
True if the points are within the specified distance from one
another to be considered as near. Otherwise, false.