DecomposeLerp static method

Matrix DecomposeLerp(
  1. Matrix startValue,
  2. Matrix endValue,
  3. num gradient
)

Implementation

external static Matrix DecomposeLerp(Matrix startValue, Matrix endValue, num gradient);