Preparing search index...
The search index is not available
rfw2d
rfw2d
Quad
Interface Quad
A quad in the
QuadTree
.
interface
Quad
{
bottomLeft
?:
Quad
;
bottomRight
?:
Quad
;
bounds
:
ReadonlyRect
;
depth
:
number
;
entryCount
:
number
;
topLeft
?:
Quad
;
topRight
?:
Quad
;
isSubdivided
()
:
this
is
SubdividedQuad
;
}
Index
Properties
bottom
Left?
bottom
Right?
bounds
depth
entry
Count
top
Left?
top
Right?
Methods
is
Subdivided
Properties
Optional
Readonly
bottom
Left
bottomLeft
?:
Quad
Optional
Readonly
bottom
Right
bottomRight
?:
Quad
Readonly
bounds
bounds
:
ReadonlyRect
Readonly
depth
depth
:
number
Readonly
entry
Count
entryCount
:
number
Optional
Readonly
top
Left
topLeft
?:
Quad
Optional
Readonly
top
Right
topRight
?:
Quad
Methods
is
Subdivided
isSubdivided
()
:
this
is
SubdividedQuad
Returns
this
is
SubdividedQuad
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bottom
Left
bottom
Right
bounds
depth
entry
Count
top
Left
top
Right
Methods
is
Subdivided
rfw2d
Loading...
A quad in the QuadTree.