createExpansionMatrix method

  1. @protected
  2. @Deprecated('Use DoughTransformations.expansion instead.')
Matrix4 createExpansionMatrix()

See DoughTransformations.expansion.

Implementation

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