Back to Adaptive Vision Studio website
                
                    
	
		
	You are here: Start » Filter Reference » Geometry 3D Spatial Transforms » TransformPoint3DArray
Applies a general transformation expressed by a matrix to an array of 3D points.
| Name | Type | Description | |
|---|---|---|---|
![]()  | 
				inPoints3D | Point3DArray | |
![]()  | 
				inTransform | Matrix | Transformation 3x3 or 4x4 matrix | 
![]()  | 
				inInverse | Bool | Switches to the inverse operation | 
![]()  | 
				outPoints3D | Point3DArray | 
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 | Transformation matrix size must be 3x3 or 4x4 in 3D point transform. | 
Complexity Level
This filter is available on Basic Complexity Level.


