Dynamic |
The DynamicTreeT type exposes the following members.
| Name | Description | |
|---|---|---|
| AreaRatio | Get the ratio of the sum of the node areas to the root area. | |
| Height | Compute the height of the binary tree in O(N) time. Should not be called often. | |
| MaxBalance | Get the maximum balance of an node in the tree. The balance is the difference in height of the two children of a node. |