vmtkpointtransform
Description
transform points with a provided matrix
Input arguments
| Argument | Variable | Type | Length | Range | Default | Description | 
| id | Id | str | 1 |  | 0 | script id | 
| handle | Self | self | 1 |  |  | handle to self | 
| disabled | Disabled | bool | 1 |  | 0 | disable execution and piping | 
| i | Points | float | -1 |  | [] | point coordinates | 
| matrix | MatrixCoefficients | float | 16 |  | [] | coefficients of transform matrix | 
| invert | InvertMatrix | bool | 1 |  | 0 | invert matrix before applying transformation | 
Output arguments
| Argument | Variable | Type | Length | Range | Default | Description | 
| id | Id | str | 1 |  | 0 | script id | 
| handle | Self | self | 1 |  |  | handle to self | 
| o | Points | float | -1 |  | [] | output point coordinates |