|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| std::vector< uint64_t > MayaFlux::Kakshya::transform_coordinates | ( | const std::vector< uint64_t > & | coords, |
| const std::vector< double > & | scale_factors = {}, |
||
| const std::vector< int64_t > & | offset_values = {}, |
||
| const std::unordered_map< std::string, std::any > & | rotation_params = {} |
||
| ) |
Transform coordinates using scaling, translation, rotation.
| coords | Input coordinates. |
| scale_factors | Scaling factors per dimension. |
| offset_values | Translation offset per dimension. |
| rotation_params | Optional rotation parameters. |
Definition at line 80 of file CoordUtils.cpp.