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