Table of Contents

Method b3ComputeHeightFieldAABB

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

b3ComputeHeightFieldAABB(b3HeightFieldData*, b3Transform)

Compute the bounding box of a transformed height-field

public static extern b3AABB b3ComputeHeightFieldAABB(b3HeightFieldData* shape, b3Transform transform)

Parameters

shape b3HeightFieldData*

See the Box3D documentation.

transform b3Transform

See the Box3D documentation.

Returns

b3AABB

See the Box3D documentation.