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