Preparing search index...
The search index is not available
ducjs - v4.0.4
ducjs
arePointsEqual
Function arePointsEqual
Checks if two Points are equal based on their x and y coordinates.
arePointsEqual
(
p1
:
GeometricPoint
,
p2
:
GeometricPoint
,
threshold
?:
number
,
)
:
boolean
Parameters
p1
:
GeometricPoint
p2
:
GeometricPoint
threshold
:
number
= 0
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ducjs - v4.0.4
Loading...
Checks if two Points are equal based on their x and y coordinates.