Float64BufferAttribute constructor

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

Implementation

Float64BufferAttribute(super.array, super.itemSize,[super.normalized = false]){
  type = "Float64BufferAttribute";
}