You are here: Start » AVL.NET » Function Reference » Geometry 2D » Geometry 2D Spatial Transforms » AVL.TranslateArc

AVL.TranslateArc

Translates an arc by a vector.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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