|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| Eigen::MatrixXd MayaFlux::Kinesis::create_rotation_scaling_matrix | ( | double | angle, |
| const std::vector< double > & | scale_factors, | ||
| uint32_t | axis = 2, |
||
| uint32_t | dimensions = 2 |
||
| ) |
Compose rotation then scaling: S * R.
| angle | Rotation angle in radians |
| scale_factors | Per-axis scale factors (must match dimensions) |
| axis | Rotation axis index (for 3D) |
| dimensions | Dimensionality |
Definition at line 71 of file MatrixTransforms.cpp.
References create_rotation_matrix(), and create_scaling_matrix().
Here is the call graph for this function: