Preparing search index...
The search index is not available
@agile/mathcrowd-geometry-lib
@agile/mathcrowd-geometry-lib
Structures
Node
Class Node
Index
Constructors
constructor
Properties
color
item
left
max
parent
right
Methods
_value
Equal
_value
Less
Than
copy
Data
equal
To
intersect
is
Nil
less
Than
not
Intersect
Left
Subtree
not
Intersect
Right
Subtree
update
Max
Constructors
constructor
new
Node
(
key
?
,
value
?
,
left
?
,
right
?
,
parent
?
,
color
?
)
:
Node
Parameters
key
:
undefined
|
[
number
,
number
]
|
Interval
= undefined
value
:
any
= undefined
left
:
null
|
Node
= null
right
:
null
|
Node
= null
parent
:
null
|
Node
= null
color
:
number
= RB_TREE_COLOR_BLACK
Returns
Node
Properties
color
color
:
number
item
item
:
{
key
:
any
;
value
:
any
;
}
left
left
:
null
|
Node
max
max
:
any
parent
parent
:
null
|
Node
right
right
:
null
|
Node
Methods
_value
Equal
_value
Equal
(
otherNode
)
:
boolean
Parameters
otherNode
:
Node
Returns
boolean
_value
Less
Than
_value
Less
Than
(
otherNode
)
:
boolean
Parameters
otherNode
:
Node
Returns
boolean
copy
Data
copy
Data
(
otherNode
)
:
void
Parameters
otherNode
:
Node
Returns
void
equal
To
equal
To
(
otherNode
)
:
boolean
Parameters
otherNode
:
Node
Returns
boolean
intersect
intersect
(
otherNode
)
:
boolean
Parameters
otherNode
:
Node
Returns
boolean
is
Nil
is
Nil
(
)
:
boolean
Returns
boolean
less
Than
less
Than
(
otherNode
)
:
boolean
Parameters
otherNode
:
Node
Returns
boolean
not
Intersect
Left
Subtree
not
Intersect
Left
Subtree
(
searchNode
)
:
boolean
Parameters
searchNode
:
Node
Returns
boolean
not
Intersect
Right
Subtree
not
Intersect
Right
Subtree
(
searchNode
)
:
boolean
Parameters
searchNode
:
Node
Returns
boolean
update
Max
update
Max
(
)
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
color
item
left
max
parent
right
Methods
_value
Equal
_value
Less
Than
copy
Data
equal
To
intersect
is
Nil
less
Than
not
Intersect
Left
Subtree
not
Intersect
Right
Subtree
update
Max
@agile/mathcrowd-geometry-lib
Loading...