RangeTClamp Method |
Name | Description | |
---|---|---|
Clamp(T) |
Clamps the specified value within the given range. The order of First and Second is unimportant.
| |
Clamp(RangeT) |
Clamps the given other range to be within this range. This is done by clamping each of other.First
and other.Second to be within this range. Order is unimportant.
|