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