You are here: Start » AVL.NET » Invoke.TranslateBox3D
Shifts a box in 3D by a vector.
| Namespace: | Avl |
|---|---|
| Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void TranslateBox3D ( Avl.Box3D inBox3D, Avl.Vector3D inDelta, bool inInverse, out Avl.Box3D outBox3D )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inBox3D | Avl.Box3D | Input box in 3D. | ||
![]() | inDelta | Avl.Vector3D | Translation vector. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outBox3D | Avl.Box3D | Shifted box. |


