Table of Contents

Method b3ComputeHullAABB

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

b3ComputeHullAABB(b3HullData*, b3Transform)

Compute the bounding box of a transformed hull

public static extern b3AABB b3ComputeHullAABB(b3HullData* shape, b3Transform transform)

Parameters

shape b3HullData*

See the Box3D documentation.

transform b3Transform

See the Box3D documentation.

Returns

b3AABB

See the Box3D documentation.