|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| DataType MayaFlux::Yantra::transform_wrap | ( | DataType & | input, |
| double | wrap_range, | ||
| std::vector< std::vector< double > > & | working_buffer | ||
| ) |
Wrap transformation (modulo operation) using C++20 ranges (OUT-OF-PLACE)
| DataType | OperationReadyData type |
| input | Input data - will NOT be modified |
| wrap_range | Wrap range [0, wrap_range) |
| working_buffer | Buffer for operations (will be resized if needed) |
Definition at line 514 of file MathematicalHelper.hpp.
References transform_wrap().
Here is the call graph for this function: