Vector2.fromFloat32List constructor
- Float32List _v2storage
Constructs Vector2 with a given Float32List as storage.
Implementation
Vector2.fromFloat32List(this._v2storage);
Constructs Vector2 with a given Float32List as storage.
Vector2.fromFloat32List(this._v2storage);