struct
MinMax3
A min/max range, per 3D component, X, Y, and Z.
Fields
X | The MinMax used to clamp the X component. |
XY | The MinMax2 used to clamp the X and Y components. |
Y | The MinMax used to clamp the Y component. |
Z | The MinMax used to clamp the Z component. |
Static Fields
Positive | |
Unclamped | A MinMax3 where Min == |
Properties
Item[int] | Access each component by |
Max | The maximum allowed measurement in units, component-wise. |
Min | The minimum allowed measurement in units, component-wise. |
Methods
Clamp |
Constructors
MinMax3(MinMax, MinMax, MinMax) | Construct a new MinMax3. |