You are here: Start » FIL.NET » Function Reference » Geometry 3D » Geometry 3D Spatial Transforms » FIL.TranslatePoint3DArray
Translates an array of points by a vector.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void TranslatePoint3DArray ( IList<FilNet.Point3D> inPoints3D, FilNet.Vector3D inDelta, bool inInverse, IList<FilNet.Point3D> outPoints3D )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoints3D | System.Collections.Generic.IList<FilNet.Point3D> | |||
![]() | inDelta | FilNet.Vector3D | Translation vector. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outPoints3D | System.Collections.Generic.IList<FilNet.Point3D> |
Hardware Acceleration
This operation is optimized for SSE2 technology.
This operation is optimized for AVX2 technology.
This operation is optimized for NEON technology.
Hardware acceleration settings may be manipulated with Settings class.