Clamp each entry n in this in the range [min[n]]-[max[n]].
n
[min[n]]-[max[n]]
@override void clamp(Vector3 min, Vector3 max) { throw UnsupportedError('Cannot modify an unmodifiable Vector3'); }