Vector4.fromFloat32List constructor
- Float32List _v4storage
Constructs Vector4 with given Float32List as storage.
Implementation
Vector4.fromFloat32List(this._v4storage);
Constructs Vector4 with given Float32List as storage.
Vector4.fromFloat32List(this._v4storage);