fromArray method

Vector4 fromArray(
  1. Float32List array, [
  2. num index
])

Implementation

external Vector4 fromArray(Float32List array, [num index]);