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