You are here: Start » AVL.NET » AVL.TranslateLine3D Method

AVL.TranslateLine3D Method

Shifts a line in 3D by a vector.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void TranslateLine3D(
	AvlNet.Line3D inLine3D,
	AvlNet.Vector3D inDelta,
	bool inInverse,
	out AvlNet.Line3D outLine3D
)

Parameters

Name Type Range Default Description
inLine3DAvlNet.Line3DInput line in 3D.
inDeltaAvlNet.Vector3DTranslation vector.
inInverseboolSwitches to the inverse operation.
outLine3DAvlNet.Line3DShifted line.

See also