You are here: Start » AVL.NET » Invoke.TranslatePoint3DGrid
Translates a grid of points by a vector.
| Namespace: | Avl |
|---|---|
| Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void TranslatePoint3DGrid ( Avl.Point3DGrid inGrid, Avl.Vector3D inDelta, bool inInverse, Avl.Point3DGrid outGrid )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inGrid | Avl.Point3DGrid | |||
![]() | inDelta | Avl.Vector3D | Translation vector. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outGrid | Avl.Point3DGrid |


