This graph is used to compute the chordal version of the Catmull-Rom with supporting for int32, float and cint16 data types.
- Graph Inputs:
- point_0: Input rf points to be interpolated;
- point_1: Input rf points to be interpolated;
- point_2: Input rf points to be interpolated;
- point_3: Input rf points to be interpolated;
- t1t: The coefficient used for interpolation;
- t2t: The coefficient used for interpolation;
- t3t: The coefficient used for interpolation;
- tt0: The coefficient used for interpolation;
- tt1: The coefficient used for interpolation;
- tt2: The coefficient used for interpolation;
- Graph Outputs:
- output_catmull_rom: A vector with the result of the interpolation;