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

AVS.TranslateArc Method

Translates an arc by a vector.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void TranslateArc
(
	AvlNet.Arc2D inArc,
	AvlNet.Vector2D inDelta,
	bool inInverse,
	out AvlNet.Arc2D outArc
)

Parameters

Name Type Range Default Description
inArcAvlNet.Arc2D
inDeltaAvlNet.Vector2DTranslation vector.
inInverseboolSwitches to the inverse operation.
outArcAvlNet.Arc2D

See also