Back to Aurora Vision Library website

You are here: Start » Function Reference » Geometry 3D » Geometry 3D Spatial Transforms » TranslatePoint3DArray

TranslatePoint3DArray


Header: AVL.h
Namespace: avl
Module: Vision3DLite

Translates an array of points by a vector.

Syntax

C++
C#
 
void avl::TranslatePoint3DArray
(
	const atl::Array<avl::Point3D>& inPoints3D,
	const avl::Vector3D& inDelta,
	bool inInverse,
	atl::Array<avl::Point3D>& outPoints3D
)

Parameters

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