Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Geometry 3D Spatial Transforms » TransformPoint3DArray

TransformPoint3DArray


Applies a general transformation expressed by a matrix to an array of 3D points.

Name Type Description
inPoints Point3DArray
inTransform Matrix Transformation 3x3 matrix
inInverse Bool Switches to the inverse operation
outPoints Point3DArray

Errors

This filter can throw an exception to report error. Read how to deal with errors here: Error Handling

Error type Description
DomainError Transformation matrix must be 3x3.
DomainError Singular matrix not allowed for inverse transform.

Complexity Level

This filter is available on Basic Complexity Level.