Returns the weighted blend of an array of quaternions, rotations, 3x3 matrices, or 4x4 matrices.
Ports
Inputs
Transform Array
The array of quaternions, rotations, 3x3 matrices, or 4x4 matrices to blend.
Weight Array
The weights to use for blending. The size of this array should match the size of the transform array. If you a single value
instead of an array, the same weight is used for all transforms. The weight values are automatically normalized before blending.
Outputs
Result
The weighted blend of the elements of the transform array.