Preparing search index...
The search index is not available
rfw2d
rfw2d
SubdividedQuad
Interface SubdividedQuad
A subidivided quad in the
QuadTree
.
interface
SubdividedQuad
{
bottomLeft
:
Quad
;
bottomRight
:
Quad
;
bounds
:
ReadonlyRect
;
depth
:
number
;
entryCount
:
number
;
topLeft
:
Quad
;
topRight
:
Quad
;
isSubdivided
()
:
boolean
;
}
Index
Properties
bottom
Left
bottom
Right
bounds
depth
entry
Count
top
Left
top
Right
Methods
is
Subdivided
Properties
Readonly
bottom
Left
bottomLeft
:
Quad
Readonly
bottom
Right
bottomRight
:
Quad
Readonly
bounds
bounds
:
ReadonlyRect
Readonly
depth
depth
:
number
Readonly
entry
Count
entryCount
:
number
Readonly
top
Left
topLeft
:
Quad
Readonly
top
Right
topRight
:
Quad
Methods
is
Subdivided
isSubdivided
()
:
boolean
Returns
boolean
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 subidivided quad in the QuadTree.