struct
MinMaxRect
A min/max range, per 2D edge (Left, Right, Top, and Bottom) offset.
Fields
| Bottom | |
| Left | |
| Right | |
| Top | |
| X | |
| Y |
Static Fields
| Positive | A MinMaxRect where Min == 0 and Max == |
Properties
| Item[int] | Access each MinMax2 by |
Constructors
| MinMaxRect(MinMax, MinMax, MinMax, MinMax) | Constructs a new MinMaxRect, specified per face. |
| MinMaxRect(MinMax2, MinMax2) | Constructs a new MinMaxRect. specified per axis. |