Vector2.fromFloat32List constructor

Vector2.fromFloat32List(Float32List _v2storage)

Constructs Vector2 with a given Float32List as storage.

Implementation

Vector2.fromFloat32List(this._v2storage);