You are here: Start » AVL.NET » Invoke.TranslateLine3D
Shifts a line in 3D by a vector.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void TranslateLine3D ( Avl.Line3D inLine3D, Avl.Vector3D inDelta, bool inInverse, out Avl.Line3D outLine3D )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inLine3D | Avl.Line3D | Input line in 3D. | ||
![]()  | inDelta | Avl.Vector3D | Translation vector. | ||
![]()  | inInverse | bool | Switches to the inverse operation. | ||
![]()  | outLine3D | Avl.Line3D | Shifted line. | 


