wima
Preparing search index...
BoundingCircle
Class BoundingCircle
A circular 2d bound.
Index
Constructors
constructor
Properties
pos
r
type
Methods
copy
translate
copy
translate
Constructors
constructor
new
BoundingCircle
(
x
?:
number
,
y
?:
number
,
r
?:
number
)
:
BoundingCircle
Parameters
Optional
x
:
number
= 0
Optional
y
:
number
= 0
Optional
r
:
number
= 0
Returns
BoundingCircle
Properties
pos
pos
:
Vector2
r
r
:
number
= 0
type
type
:
number
= BoundType.Circle
Methods
copy
copy
(
bound
:
BoundingCircle
)
:
void
Parameters
bound
:
BoundingCircle
Returns
void
translate
translate
(
x
:
number
,
y
:
number
)
:
void
Parameters
x
:
number
y
:
number
Returns
void
Static
copy
copy
(
bound
:
BoundingCircle
,
out
?:
BoundingCircle
)
:
BoundingCircle
Parameters
bound
:
BoundingCircle
Optional
out
:
BoundingCircle
= ...
Returns
BoundingCircle
Static
translate
translate
(
bound
:
BoundingCircle
,
x
:
number
,
y
:
number
,
out
?:
BoundingCircle
,
)
:
BoundingCircle
Parameters
bound
:
BoundingCircle
x
:
number
y
:
number
Optional
out
:
BoundingCircle
= ...
Returns
BoundingCircle
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
pos
r
type
Methods
copy
translate
copy
translate
wima
Loading...
A circular 2d bound.