Back to Adaptive Vision Library website

You are here: Start » Function Reference » Point3DGrid » Point3DGrid Spatial Transforms » TranslatePoint3DGrid

TranslatePoint3DGrid


Header: AVL.h
Namespace: avl
Module: Vision3DLite

Translates a grid of points by a vector.

Syntax

C++
C#
 
void avl::TranslatePoint3DGrid
(
	const avl::Point3DGrid& inGrid,
	const avl::Vector3D& inDelta,
	bool inInverse,
	avl::Point3DGrid& outGrid
)

Parameters

Name Type Default Description
Input value
inGrid const Point3DGrid&
Input value
inDelta const Vector3D& Translation vector
Input value
inInverse bool Switches to the inverse operation
Output value
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.