splat method

  1. @override
void splat(
  1. double arg
)
override

Splat arg into all lanes of the vector.

Implementation

@override
void splat(double arg) {
  throw UnsupportedError('Cannot modify an unmodifiable Vector3');
}