createViscositySkewMatrix method

  1. @protected
  2. @Deprecated('Use DoughTransformations.viscositySkew instead.')
Matrix4 createViscositySkewMatrix()

See DoughTransformations.viscositySkew.

Implementation

@protected
@Deprecated('Use DoughTransformations.viscositySkew instead.')
Matrix4 createViscositySkewMatrix() {
  return DoughTransformations.viscositySkew(_context);
}