You are here: Start » AVL.NET » Invoke.TranslateBox3D

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
inBox3DAvl.Box3DInput box in 3D.
inDeltaAvl.Vector3DTranslation vector.
inInverseboolSwitches to the inverse operation.
outBox3DAvl.Box3DShifted box.

See also