Vector4.fromFloat32List constructor

Vector4.fromFloat32List(
  1. Float32List _v4storage
)

Constructs Vector4 with given Float32List as storage.

Implementation

Vector4.fromFloat32List(this._v4storage);