Vector3.fromFloat64List constructor

Vector3.fromFloat64List(
  1. Float64List _v3storage
)

Constructs Vector3 with given Float64List as storage.

Implementation

Vector3.fromFloat64List(this._v3storage);