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