fn decompose_3d_matrix(matrix: Matrix3D) -> Result<MatrixDecomposed3D, ()>
Expand description

Decompose a 3D matrix. https://drafts.csswg.org/css-transforms-2/#decomposing-a-3d-matrix http://www.realtimerendering.com/resources/GraphicsGems/gemsii/unmatrix.c