You are here: Start » FIL.NET » Invoke.TransformVector3D
Applies a general transformation expressed by a matrix to a 3D vector.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void TransformVector3D ( Fil.Vector3D inVector3D, Fil.Matrix inTransform, bool inInverse, out Fil.Vector3D outVector3D )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inVector3D | Fil.Vector3D | |||
![]() | inTransform | Fil.Matrix | Transformation 3x3 or 4x4 matrix. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outVector3D | Fil.Vector3D |