You are here: Start » AVL.NET » AVS.TranslateBox3D Method

AVS.TranslateBox3D Method

Shifts a box in 3D by a vector.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void TranslateBox3D
(
	AvlNet.Box3D inBox3D,
	AvlNet.Vector3D inDelta,
	bool inInverse,
	out AvlNet.Box3D outBox3D
)

Parameters

Name Type Range Default Description
inBox3DAvlNet.Box3DInput box in 3D.
inDeltaAvlNet.Vector3DTranslation vector.
inInverseboolSwitches to the inverse operation.
outBox3DAvlNet.Box3DShifted box.

See also