Vector4Extensions.Clamped
Extension Method in Vector4Extensions
Declaration
public static Vector4 Clamped(this Vector4 vector, Vector4 min, Vector4 max)Description
Clamps the vector to the range [min..max].
Parameters
| vector | The vector to clamp. | 
| min | The minimum value. | 
| max | The maximum value. | 
Returns
| Vector4 | A new clamped vector. |