You are here: Start » FIL.NET » Invoke.TransformVector3D

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
inVector3DFil.Vector3D
inTransformFil.MatrixTransformation 3x3 or 4x4 matrix.
inInverseboolSwitches to the inverse operation.
outVector3DFil.Vector3D

See also