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