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


