You are here: Start » AVL.NET » Invoke.TranslateSurface
Translates a surface by a vector.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void TranslateSurface ( Avl.Surface inSurface, Avl.Vector3D inDelta, bool inInverse, Avl.Surface outSurface )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSurface | Avl.Surface | Input surface. | ||
![]() | inDelta | Avl.Vector3D | Translation vector. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outSurface | Avl.Surface | Translated surface. |