Matrix4.fromFloat64List constructor Null safety
- Float64List _m4storage
Constructs Matrix4 with given Float64List as storage.
Implementation
Matrix4.fromFloat64List(this._m4storage);
Constructs Matrix4 with given Float64List as storage.
Matrix4.fromFloat64List(this._m4storage);