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

TranslatePoint3DArray
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | Vision3DLite |
Translates an array of points by a vector.
Syntax
C++
C#
void fil::TranslatePoint3DArray ( const ftl::Array<fil::Point3D>& inPoints3D, const fil::Vector3D& inDelta, bool inInverse, ftl::Array<fil::Point3D>& outPoints3D )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inPoints3D | const Array<Point3D>& | ||
![]() |
inDelta | const Vector3D& | Translation vector | |
![]() |
inInverse | bool | Switches to the inverse operation | |
![]() |
outPoints3D | Array<Point3D>& |
Hardware Acceleration
This operation is optimized for SSE2 technology.
This operation is optimized for AVX2 technology.
This operation is optimized for NEON technology.