|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
| Eigen::MatrixXd MayaFlux::Kinesis::generate_interpolated_points | ( | const Eigen::MatrixXd & | control_points, |
| Eigen::Index | num_samples, | ||
| InterpolationMode | mode, | ||
| double | tension = 0.5 |
||
| ) |
Generate interpolated points from control points.
| control_points | MxN matrix where columns are control points |
| num_samples | Number of interpolated points to generate |
| mode | Interpolation mode |
| tension | Tension parameter |
Definition at line 321 of file MotionCurves.cpp.
References interpolate(), MayaFlux::Journal::Kinesis, overlap, points_per_segment, MayaFlux::Journal::Runtime, seg_idx, supports_multi, and t_local.
Referenced by MayaFlux::Nodes::GpuSync::TopologyGeneratorNode::build_interpolated_path(), MayaFlux::Nodes::GpuSync::PathGeneratorNode::generate_curve_segment(), and interpolate_nddata().
Here is the call graph for this function:
Here is the caller graph for this function: