Preparing search index...
The search index is not available
rfw2d
rfw2d
CircleLike
Interface CircleLike
Circle shape interface.
Remarks
x
and
y
refer to the circle's center.
interface
CircleLike
{
radius
:
number
;
x
:
number
;
y
:
number
;
}
Hierarchy (
View Summary
)
CircleLike
ReadonlyCircle
Index
Properties
radius
x
y
Properties
Readonly
radius
radius
:
number
Readonly
x
x
:
number
Readonly
y
y
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
radius
x
y
rfw2d
Loading...
Circle shape interface.
Remarks
x
andy
refer to the circle's center.