Vector3.all constructor
Splat value
into all lanes of the vector.
Implementation
factory Vector3.all(double value) => new Vector3.zero()..splat(value);
Splat value
into all lanes of the vector.
factory Vector3.all(double value) => new Vector3.zero()..splat(value);