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

Invoke.TransformPoint3D

Applies a general transformation expressed by a matrix to a 3D point.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void TransformPoint3D
(
	Fil.Point3D inPoint3D,
	Fil.Matrix inTransform,
	bool inInverse,
	out Fil.Point3D outPoint3D
)

Parameters

Name Type Range Default Description
inPoint3DFil.Point3D
inTransformFil.MatrixTransformation 3x3 or 4x4 matrix.
inInverseboolSwitches to the inverse operation.
outPoint3DFil.Point3D

See also