You are here: Start » AVL.NET » Invoke.TranslateArc
Translates an arc by a vector.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void TranslateArc ( Avl.Arc2D inArc, Avl.Vector2D inDelta, bool inInverse, out Avl.Arc2D outArc )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inArc | Avl.Arc2D | |||
![]() | inDelta | Avl.Vector2D | Translation vector. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outArc | Avl.Arc2D |