Back to Aurora Vision Studio website
You are here: Start » Filter Reference » Geometry 3D » Geometry 3D Spatial Transforms » TransformPlane
| Module: | Vision3DLite |
|---|
Applies a general transformation expressed by a matrix to a plane.
| Name | Type | Description | |
|---|---|---|---|
![]() |
inPlane | Plane3D | |
![]() |
inTransform | Matrix | Transformation 3x3 or 4x4 matrix |
![]() |
inInverse | Bool | Switches to the inverse operation |
![]() |
outPlane | Plane3D |
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Singular matrix not allowed in TransformPlane. |
| DomainError | Transformation matrix size must be 3x3 or 4x4 in TransformPlane. |
Complexity Level
This filter is available on Basic Complexity Level.

Basic
