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


