Duplicate the bounds object
Returns true if a value or each x, y and z component of a Point
is within the max and min bounds (on bounds is considered within).
Returns the max or min bound that is met by a value moving in the positive or negative direction.
The return object includes the intersect boundary, the distance to the boundary and the reflected direction.
If the value lies outside the bounds, it will first be clipped to the bounds.
Clip a value or Point to within a range of bounds.
If Point, then each x, y, and z component of the point will be independently clipped.
A RangeBounds defines a bounds for a value or Point between some minimum and maximum value.
When using points, the minimum and maximum value is applied to each component of the point separately.