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


