LerpToRef static method

void LerpToRef(
  1. Matrix startValue,
  2. Matrix endValue,
  3. num gradient,
  4. Matrix result,
)

Implementation

external static void LerpToRef(Matrix startValue, Matrix endValue, num gradient, Matrix result);