You are here: Start » AVL.NET » AVL.TranslateCircle(AvlNet.Circle2D, AvlNet.Vector2D, bool, AvlNet.Circle2D)
AVL.TranslateCircle(AvlNet.Circle2D, AvlNet.Vector2D, bool, AvlNet.Circle2D)
Translates a circle by a vector.
| 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
Vector of translation - inInverse
- Type: System.Boolean
Switches to the inverse operation - outCircle
- Type: AvlNet.Circle2D
Examples
![]() |
![]() |
TranslateCircle performed on the sample circle, inDelta = (60.0, 100.0) and inInverse = False.


