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