Vector2.fromFloat64List constructor

Vector2.fromFloat64List(Float64List _v2storage)

Constructs Vector2 with a given Float64List as storage.

Implementation

Vector2.fromFloat64List(this._v2storage);