You are here: Start » AVL.NET » Invoke.TransformLine3D
Applies a general transformation expressed by a matrix to a 3D line.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void TransformLine3D ( Avl.Line3D inLine3D, Avl.Matrix inTransform, bool inInverse, out Avl.Line3D outLine3D )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inLine3D | Avl.Line3D | |||
![]()  | inTransform | Avl.Matrix | Transformation 3x3 or 4x4 matrix. | ||
![]()  | inInverse | bool | Switches to the inverse operation. | ||
![]()  | outLine3D | Avl.Line3D | 


