You are here: Start » AVL.NET » AVL.TranslateCircle(AvlNet.Circle2D, AvlNet.Vector2D, bool, AvlNet.Circle2D)
AVL.TranslateCircle(AvlNet.Circle2D, AvlNet.Vector2D, bool, AvlNet.Circle2D)
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void TranslateCircle( AvlNet.Circle2D inCircle, AvlNet.Vector2D inDelta, bool inInverse, out AvlNet.Circle2D outCircle )
Parameters
- inCircle
- Type: AvlNet.Circle2D
- inDelta
- Type: AvlNet.Vector2D
- inInverse
- Type: System.Boolean
- outCircle
- Type: AvlNet.Circle2D
Examples
![]() |
![]() |
TranslateCircle performed on the sample circle, inDelta = (60.0, 100.0) and inInverse = False.


