Table of Contents

Method b3DynamicTree_GetHeight

Namespace
Box3D.Native
Assembly
Box3D.NET.Native.dll

b3DynamicTree_GetHeight(b3DynamicTree*)

Get the height of the binary tree.

public static extern int b3DynamicTree_GetHeight(b3DynamicTree* tree)

Parameters

tree b3DynamicTree*

See the Box3D documentation.

Returns

int

See the Box3D documentation.