Float64BufferAttribute constructor

Float64BufferAttribute(
  1. dynamic array,
  2. dynamic itemSize, [
  3. bool normalized = false
])

Implementation

Float64BufferAttribute(array, itemSize, [bool normalized = false])
    : super(Float64List.fromList(array), itemSize, normalized);