You are here: Start » AVL.NET » Invoke.TranslatePoint3DArray
Translates an array of points by a vector.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void TranslatePoint3DArray ( List<Avl.Point3D> inPoints3D, Avl.Vector3D inDelta, bool inInverse, List<Avl.Point3D> outPoints3D )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inPoints3D | System.Collections.Generic.List<Avl.Point3D> | |||
![]()  | inDelta | Avl.Vector3D | Translation vector. | ||
![]()  | inInverse | bool | Switches to the inverse operation. | ||
![]()  | outPoints3D | System.Collections.Generic.List<Avl.Point3D> | 


