FVector.fromBuffer constructor

FVector.fromBuffer(
  1. int nRows,
  2. Float32x4List columnData
)

Implementation

FVector.fromBuffer(this.nRows, this.columnData) {
  listView = columnData.buffer.asFloat32List(0, nRows);
}