Table of Contents

Method b3AABB_Inflate

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

b3AABB_Inflate(b3AABB, float)

Expands a box uniformly.

public static b3AABB b3AABB_Inflate(b3AABB a, float extension)

Parameters

a b3AABB

The box.

extension float

The amount to expand by on every side.

Returns

b3AABB

The expanded box.