Vector3.fromFloat32List constructor

Vector3.fromFloat32List(
  1. Float32List _v3storage
)

Constructs Vector3 with given Float32List as storage.

Implementation

Vector3.fromFloat32List(this._v3storage);