Table of Contents

Method b3AABB_Transform

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

b3AABB_Transform(b3Transform, b3AABB)

Transforms a bounding box.

public static b3AABB b3AABB_Transform(b3Transform transform, b3AABB a)

Parameters

transform b3Transform

The transform.

a b3AABB

The box.

Returns

b3AABB

A box containing the transformed box.

Remarks

The result can be larger than recomputing the box of the original shape under the same transform.