Back to FabImage Library website
You are here: Start » Function Reference » Point3DGrid » Point3DGrid Spatial Transforms » TranslatePoint3DGrid

TranslatePoint3DGrid
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | Vision3DLite |
Translates a grid of points by a vector.
Syntax
C++
C#
void fil::TranslatePoint3DGrid ( const fil::Point3DGrid& inGrid, const fil::Vector3D& inDelta, bool inInverse, fil::Point3DGrid& outGrid )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inGrid | const Point3DGrid& | ||
![]() |
inDelta | const Vector3D& | Translation vector | |
![]() |
inInverse | bool | Switches to the inverse operation | |
![]() |
outGrid | Point3DGrid& |
Hardware Acceleration
This operation is optimized for SSE41 technology.
This operation is optimized for AVX2 technology.
This operation is optimized for NEON technology.