ClassesTreeNodeOn this pageTreeNode <T>Dynamic Tree Node used for tracking bounds within the treeIndex ConstructorsconstructorPropertiesboundsdataheightleftparentrightMethodsisLeafConstructors constructornew TreeNode<T>(parent?: TreeNode<T>): TreeNode<T>Type parametersTParametersoptionalparent: TreeNode<T>Returns TreeNode<T>Properties publicboundsbounds: BoundingBoxpublicdatadata: Tpublicheightheight: numberpublicleftleft: TreeNode<T>publicoptionalparentparent?: TreeNode<T>publicrightright: TreeNode<T>Methods publicisLeafisLeaf(): booleanReturns boolean
Dynamic Tree Node used for tracking bounds within the tree