Vector3.fromFloat32List constructor Null safety
- Float32List _v3storage
Constructs Vector3 with given Float32List as storage.
Implementation
Vector3.fromFloat32List(this._v3storage);
Constructs Vector3 with given Float32List as storage.
Vector3.fromFloat32List(this._v3storage);