Back to FabImage Library website
You are here: Start » Function Reference » Geometry 3D Spatial Transforms » TranslateCircle3D

TranslateCircle3D
Header: | FIL.h |
---|---|
Namespace: | fil |
Shifts a circle in 3D by a vector.
Syntax
C++
C#
void fil::TranslateCircle3D ( const fil::Circle3D& inCircle3D, const fil::Vector3D& inDelta, bool inInverse, fil::Circle3D& outCircle3D )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inCircle3D | const Circle3D& | Input circle | |
![]() |
inDelta | const Vector3D& | Translation vector | |
![]() |
inInverse | bool | Switches to the inverse operation | |
![]() |
outCircle3D | Circle3D& | Shifted circle |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Indefinite circle on input in TranslateCircle3D. |