skinning.utils.math.matrix module

skinning.utils.math.matrix.average_matrix(matrices)

Get the average matrix of the all of the provided matrix. All matrices multiplier by the multiplier of matrices and multiplied.

Parameters:matrices (list[OpenMaya.MMatrix]) –
Returns:Average matrix
Return type:OpenMaya.MMatrix