|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| Eigen::MatrixXd MayaFlux::Kinesis::create_rotation_matrix | ( | double | angle, |
| uint32_t | axis = 2, |
||
| uint32_t | dimensions = 2 |
||
| ) |
Create N-dimensional rotation matrix.
| angle | Rotation angle in radians |
| axis | Rotation axis index (0=X, 1=Y, 2=Z). Only used when dimensions >= 3 |
| dimensions | Dimensionality of the rotation (2 or 3 supported directly, higher dimensions return identity) |
Definition at line 5 of file MatrixTransforms.cpp.
Referenced by create_rotation_scaling_matrix().
Here is the caller graph for this function: