Vector4.fromFloat64List constructor

Vector4.fromFloat64List(Float64List _v4storage)

Constructs Vector4 with given Float64List as storage.

Implementation

Vector4.fromFloat64List(this._v4storage);