Start » Filter Reference » Geometry 2D » Geometry 2D Spatial Transforms » TranslateCircle
Module: | FoundationLite |
---|
Translates a circle by a vector.
Name | Type | Description | |
---|---|---|---|
![]() |
inCircle | Circle2D | |
![]() |
inDelta | Vector2D | Vector of translation |
![]() |
inInverse | Bool | Switches to the inverse operation |
![]() |
outCircle | Circle2D |
Examples
![]() |
![]() |
TranslateCircle performed on the sample circle, inDelta = (60.0, 100.0) and inInverse = False.
Complexity Level
This filter is available on Advanced Complexity Level.