Float64BufferAttribute constructor

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

Implementation

Float64BufferAttribute(Float64Array array, int itemSize,
    [bool normalized = false])
    : super(array, itemSize, normalized) {
  type = "Float64BufferAttribute";
}