Vector4.array constructor
Initialized with values from array
starting at offset
.
Implementation
factory Vector4.array(List<double> array, [int offset = 0]) =>
new Vector4.zero()..copyFromArray(array, offset);
Initialized with values from array
starting at offset
.
factory Vector4.array(List<double> array, [int offset = 0]) =>
new Vector4.zero()..copyFromArray(array, offset);