Preparing search index...
The search index is not available
RealDWG-Web
RealDWG-Web
@mlightcad/data-model
acgeSameCircle2d
Function acgeSameCircle2d
acgeSameCircle2d
(
center1
:
AcGeVector2dLike
,
radius1
:
number
,
center2
:
AcGeVector2dLike
,
radius2
:
number
,
eps
?:
number
,
)
:
boolean
True when two circles share the same center and radius within
eps
(default
1e-8
).
Parameters
center1
:
AcGeVector2dLike
radius1
:
number
center2
:
AcGeVector2dLike
radius2
:
number
Optional
eps
:
number
Returns
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
RealDWG-Web
Loading...
True when two circles share the same center and radius within
eps(default1e-8).