Creates a Matrix4 tween.
The begin and end arguments must not be null.
begin
end
Matrix4Tween({ Matrix4 begin, Matrix4 end }) : super(begin: begin, end: end);