Clamp
Summary
public static Vector4D Clamp(Vector4D value1, Vector4D min, Vector4D max)
Restricts a value to be within a specified range.
Returns
Parameters
Summary
public static void Clamp(ref Vector4D value1, ref Vector4D min, ref Vector4D max, out Vector4D result)
Restricts a value to be within a specified range.