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