operator + method Null safety
- Matrix4 arg
Returns new matrix after component wise this + arg
Implementation
Matrix4 operator +(Matrix4 arg) => clone()..add(arg);
Returns new matrix after component wise this + arg
Matrix4 operator +(Matrix4 arg) => clone()..add(arg);