Vector4.fromFloat64List constructor
- Float64List _v4storage
Constructs Vector4 with given Float64List as storage.
Implementation
Vector4.fromFloat64List(this._v4storage);
Constructs Vector4 with given Float64List as storage.
Vector4.fromFloat64List(this._v4storage);