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
transformb3Transform-
The transform.
ab3AABB-
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.