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

AVL.TranslatePoint3DArray

Translates an array of points by a vector.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void TranslatePoint3DArray
(
	IList<AvlNet.Point3D> inPoints3D,
	AvlNet.Vector3D inDelta,
	bool inInverse,
	IList<AvlNet.Point3D> outPoints3D
)

Parameters

Name Type Range Default Description
inPoints3DSystem.Collections.Generic.IList<AvlNet.Point3D>
inDeltaAvlNet.Vector3DTranslation vector.
inInverseboolSwitches to the inverse operation.
outPoints3DSystem.Collections.Generic.IList<AvlNet.Point3D>

Hardware Acceleration

This operation is optimized for SSE2 technology.

This operation is optimized for AVX2 technology.

Hardware acceleration settings may be manipulated with Settings class.

See also