Table of Contents

Method b3DynamicTree_GetAABB

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

b3DynamicTree_GetAABB(b3DynamicTree*, int)

Gets the bounding box of a tree proxy.

public static b3AABB b3DynamicTree_GetAABB(b3DynamicTree* tree, int proxyId)

Parameters

tree b3DynamicTree*

The tree.

proxyId int

The proxy index.

Returns

b3AABB

The bounding box.