scenepic 1.1.0
3D Visualization Made Easy
|
Go to the source code of this file.
Namespaces | |
namespace | scenepic |
Functions | |
template<typename Derived > | |
std::vector< std::uint8_t > | scenepic::compress_matrix (const Derived &matrix) |
Compress a matrix. More... | |
template<typename Derived > | |
Derived | scenepic::decompress_matrix (const std::vector< std::uint8_t > &buffer) |
Decompress a matrix compressed by the "compress" method. More... | |