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