You are here: Start » AVL.NET » Function Reference » Geometry 3D » Geometry 3D Spatial Transforms » AVL.TranslateBox3D

AVL.TranslateBox3D

Shifts a box in 3D by a vector.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
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