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

AVL.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

Examples

TranslateArc performed on the sample arc, inDelta = (150.0, 100.0) and inInverse = False.

See also