IRangeOps
Public / Methods
Contains
2 overloads
Checks if this range contains the given value.
Checks if this range fully contains the given range.
Grow
2 overloads
Grows this range so that it contains the given value.
Grows this range so that it fully contains the given range.
Transform
Transforms the given value from this range to the given range.
This method transforms the given input value in with a linear function that maps start and end points of this range onto the start and end points of the given target in range, respectively. No clamping is performed by this method.