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

TranslateBox3D
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | Vision3DLite |
Shifts a box in 3D by a vector.
Syntax
C++
C#
void fil::TranslateBox3D ( const fil::Box3D& inBox3D, const fil::Vector3D& inDelta, bool inInverse, fil::Box3D& outBox3D )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inBox3D | const Box3D& | Input box in 3D | |
![]() |
inDelta | const Vector3D& | Translation vector | |
![]() |
inInverse | bool | Switches to the inverse operation | |
![]() |
outBox3D | Box3D& | Shifted box |
In-place Processing
This function supports in-place data processing - you can pass the same reference to inBox3D and outBox3D
Read more about In-place Computation.