Table of Contents

Method b3World_GetBounds

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

b3World_GetBounds(b3WorldId)

Get the world's bounds. This is the bounding box that covers the current simulation. May have a small amount of padding.

public static extern b3AABB b3World_GetBounds(b3WorldId worldId)

Parameters

worldId b3WorldId

See the Box3D documentation.

Returns

b3AABB

See the Box3D documentation.