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