On this pageTreeNode <T>Dynamic Tree Node used for tracking bounds within the treeIndex ConstructorsconstructorPropertiesboundsdataheightleftparentrightMethodsisLeafConstructors constructorTreeNode<T>(parent?: TreeNode<T>): TreeNode<T>Type parametersTParametersoptionalparent: TreeNode<T>Returns TreeNode<T>Properties publicboundsbounds: BoundingBoxpublicoptionaldatadata?: Tpublicheightheight: numberpublicoptionalleftleft?: TreeNode<T>publicoptionalparentparent?: TreeNode<T>publicoptionalrightright?: TreeNode<T>Methods publicisLeafisLeaf(): booleanReturns boolean
Dynamic Tree Node used for tracking bounds within the tree